Sha256: 573056c504e2c27d145f3e87948cf8e883f90148871a52c7287e43c2bab70e2f

Contents?: true

Size: 926 Bytes

Versions: 13

Compression:

Stored size: 926 Bytes

Contents

# Travis encrypted files

This directory contains a public/private keypair generated just for this repository.

The public key is a deploy key which has been added to the GitHub repo for push access.

The private key is encrypted using `travis encrypt-file` and then committed to this repo.

The decrypt commands are in `.travis.yml`. We only decrypt these files on the master
branch because people who have forked the repo don't have access to the
`$encrypted` environment variables.

## Trigger script

In `/trigger.sh` we use `$TRAVIS_TOKEN` to trigger downstream jobs - this
is the only way we can find that Travis can trigger another job.

In this case, the downstream jobs publish the frontend toolkit to npm
and RubyGems.

The [Travis settings](https://travis-ci.org/alphagov/govuk_frontend_toolkit/settings)
contains a Travis token that belongs to
[@govuk-design-system-ci](https://github.com/govuk-design-system-ci).

Version data entries

13 entries across 13 versions & 2 rubygems

Version Path
govuk_frontend_toolkit-9.0.1 app/assets/.travis/README.md
govuk_frontend_toolkit-9.0.0 app/assets/.travis/README.md
govuk_frontend_toolkit-8.2.0 app/assets/.travis/README.md
govuk_frontend_toolkit-8.1.0 app/assets/.travis/README.md
govuk_frontend_toolkit-8.0.0 app/assets/.travis/README.md
govuk_frontend_toolkit-7.6.0 app/assets/.travis/README.md
govuk_frontend_toolkit-7.5.0 app/assets/.travis/README.md
idsk_frontend_toolkit-7.4.2 app/assets/.travis/README.md
govuk_frontend_toolkit-7.4.2 app/assets/.travis/README.md
govuk_frontend_toolkit-7.4.1 app/assets/.travis/README.md
govuk_frontend_toolkit-7.4.0 app/assets/.travis/README.md
govuk_frontend_toolkit-7.3.0 app/assets/.travis/README.md
govuk_frontend_toolkit-7.2.0 app/assets/.travis/README.md