-
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 #13 from DopplerHQ/watsonian/update-readme
Update version in README examples
- Loading branch information
Showing
1 changed file
with
4 additions
and
4 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
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].1 | ||
- uses: dopplerhq/[email protected].2 | ||
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].1 | ||
- uses: dopplerhq/[email protected].2 | ||
id: doppler | ||
with: | ||
doppler-token: ${{ secrets.DOPPLER_TOKEN }} | ||
|
@@ -59,7 +59,7 @@ jobs: | |
secrets-fetch: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: dopplerhq/[email protected].1 | ||
- uses: dopplerhq/[email protected].2 | ||
id: doppler | ||
with: | ||
doppler-token: ${{ secrets.DOPPLER_TOKEN }} | ||
|
@@ -82,7 +82,7 @@ jobs: | |
secrets-fetch: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: dopplerhq/[email protected].1 | ||
- uses: dopplerhq/[email protected].2 | ||
id: doppler | ||
with: | ||
doppler-token: ${{ secrets.DOPPLER_TOKEN }} | ||
|