You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+6-4
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ Create a GitHub repository secret named `DOPPLER_TOKEN` or if using multiple Ser
20
20
Then supply the Service Token using the `doppler-token` input:
21
21
22
22
```yaml
23
-
- uses: dopplerhq/secrets-fetch-action@v1.1.3
23
+
- uses: dopplerhq/secrets-fetch-action@v1.2.0
24
24
id: doppler
25
25
with:
26
26
doppler-token: ${{ secrets.DOPPLER_TOKEN }}
@@ -31,7 +31,7 @@ Then supply the Service Token using the `doppler-token` input:
31
31
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:
32
32
33
33
```yaml
34
-
- uses: dopplerhq/secrets-fetch-action@v1.1.3
34
+
- uses: dopplerhq/secrets-fetch-action@v1.2.0
35
35
id: doppler
36
36
with:
37
37
doppler-token: ${{ secrets.DOPPLER_TOKEN }}
@@ -59,7 +59,7 @@ jobs:
59
59
secrets-fetch:
60
60
runs-on: ubuntu-latest
61
61
steps:
62
-
- uses: dopplerhq/secrets-fetch-action@v1.1.3
62
+
- uses: dopplerhq/secrets-fetch-action@v1.2.0
63
63
id: doppler
64
64
with:
65
65
doppler-token: ${{ secrets.DOPPLER_TOKEN }}
@@ -82,7 +82,7 @@ jobs:
82
82
secrets-fetch:
83
83
runs-on: ubuntu-latest
84
84
steps:
85
-
- uses: dopplerhq/secrets-fetch-action@v1.1.3
85
+
- uses: dopplerhq/secrets-fetch-action@v1.2.0
86
86
id: doppler
87
87
with:
88
88
doppler-token: ${{ secrets.DOPPLER_TOKEN }}
@@ -98,6 +98,8 @@ All secret values are masked with the exception of the Doppler meta variables:
98
98
- `DOPPLER_ENVIRONMENT`
99
99
- `DOPPLER_CONFIG`
100
100
101
+
and any secrets assigned the `unmasked` [secret visibility](https://docs.doppler.com/docs/secret-visibility).
102
+
101
103
# Development and Testing
102
104
103
105
Export the `NODE_ENV` and `DOPPLER_TOKEN` environment variables, then run `npm test`.
0 commit comments