Skip to content

Commit 8cb715b

Browse files
authored
Bump version in README and update masking description
1 parent bc453b9 commit 8cb715b

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

+6-4
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Create a GitHub repository secret named `DOPPLER_TOKEN` or if using multiple Ser
2020
Then supply the Service Token using the `doppler-token` input:
2121

2222
```yaml
23-
- uses: dopplerhq/secrets-fetch-action@v1.1.3
23+
- uses: dopplerhq/secrets-fetch-action@v1.2.0
2424
id: doppler
2525
with:
2626
doppler-token: ${{ secrets.DOPPLER_TOKEN }}
@@ -31,7 +31,7 @@ Then supply the Service Token using the `doppler-token` input:
3131
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:
3232

3333
```yaml
34-
- uses: dopplerhq/secrets-fetch-action@v1.1.3
34+
- uses: dopplerhq/secrets-fetch-action@v1.2.0
3535
id: doppler
3636
with:
3737
doppler-token: ${{ secrets.DOPPLER_TOKEN }}
@@ -59,7 +59,7 @@ jobs:
5959
secrets-fetch:
6060
runs-on: ubuntu-latest
6161
steps:
62-
- uses: dopplerhq/secrets-fetch-action@v1.1.3
62+
- uses: dopplerhq/secrets-fetch-action@v1.2.0
6363
id: doppler
6464
with:
6565
doppler-token: ${{ secrets.DOPPLER_TOKEN }}
@@ -82,7 +82,7 @@ jobs:
8282
secrets-fetch:
8383
runs-on: ubuntu-latest
8484
steps:
85-
- uses: dopplerhq/secrets-fetch-action@v1.1.3
85+
- uses: dopplerhq/secrets-fetch-action@v1.2.0
8686
id: doppler
8787
with:
8888
doppler-token: ${{ secrets.DOPPLER_TOKEN }}
@@ -98,6 +98,8 @@ All secret values are masked with the exception of the Doppler meta variables:
9898
- `DOPPLER_ENVIRONMENT`
9999
- `DOPPLER_CONFIG`
100100

101+
and any secrets assigned the `unmasked` [secret visibility](https://docs.doppler.com/docs/secret-visibility).
102+
101103
# Development and Testing
102104

103105
Export the `NODE_ENV` and `DOPPLER_TOKEN` environment variables, then run `npm test`.

0 commit comments

Comments
 (0)