-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #15 from DopplerHQ/rgharris/node20
Use Node 20
- Loading branch information
Showing
6 changed files
with
11 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | |
Then supply the Service Token using the `doppler-token` input: | ||
|
||
```yaml | ||
- uses: dopplerhq/[email protected].2 | ||
- uses: dopplerhq/[email protected].3 | ||
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/[email protected].2 | ||
- uses: dopplerhq/[email protected].3 | ||
id: doppler | ||
with: | ||
doppler-token: ${{ secrets.DOPPLER_TOKEN }} | ||
|
@@ -59,7 +59,7 @@ jobs: | |
secrets-fetch: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: dopplerhq/[email protected].2 | ||
- uses: dopplerhq/[email protected].3 | ||
id: doppler | ||
with: | ||
doppler-token: ${{ secrets.DOPPLER_TOKEN }} | ||
|
@@ -82,7 +82,7 @@ jobs: | |
secrets-fetch: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: dopplerhq/[email protected].2 | ||
- uses: dopplerhq/[email protected].3 | ||
id: doppler | ||
with: | ||
doppler-token: ${{ secrets.DOPPLER_TOKEN }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters