diff --git a/README.md b/README.md index add7b86..525cdb7 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Create a GitHub repository secret named `DOPPLER_TOKEN` or if using multiple Ser Then supply the Service Token using the `doppler-token` input: ```yaml -- uses: dopplerhq/secrets-fetch-action@v1.1.3 +- uses: dopplerhq/secrets-fetch-action@v1.2.0 id: doppler with: doppler-token: ${{ secrets.DOPPLER_TOKEN }} @@ -31,7 +31,7 @@ Then supply the Service Token using the `doppler-token` input: A Doppler Service Account Token allows for a configurable set of permissions to services in your workplace. The `doppler-project` and `doppler-config` inputs must be provided when using a Service Account Token: ```yaml -- uses: dopplerhq/secrets-fetch-action@v1.1.3 +- uses: dopplerhq/secrets-fetch-action@v1.2.0 id: doppler with: doppler-token: ${{ secrets.DOPPLER_TOKEN }} @@ -59,7 +59,7 @@ jobs: secrets-fetch: runs-on: ubuntu-latest steps: - - uses: dopplerhq/secrets-fetch-action@v1.1.3 + - uses: dopplerhq/secrets-fetch-action@v1.2.0 id: doppler with: doppler-token: ${{ secrets.DOPPLER_TOKEN }} @@ -82,7 +82,7 @@ jobs: secrets-fetch: runs-on: ubuntu-latest steps: - - uses: dopplerhq/secrets-fetch-action@v1.1.3 + - uses: dopplerhq/secrets-fetch-action@v1.2.0 id: doppler with: doppler-token: ${{ secrets.DOPPLER_TOKEN }} @@ -98,6 +98,8 @@ All secret values are masked with the exception of the Doppler meta variables: - `DOPPLER_ENVIRONMENT` - `DOPPLER_CONFIG` +and any secrets assigned the `unmasked` [secret visibility](https://docs.doppler.com/docs/secret-visibility). + # Development and Testing Export the `NODE_ENV` and `DOPPLER_TOKEN` environment variables, then run `npm test`.