Skip to content

Commit

Permalink
Merge pull request #13 from DopplerHQ/watsonian/update-readme
Browse files Browse the repository at this point in the history
Update version in README examples
  • Loading branch information
watsonian committed Aug 14, 2023
2 parents d0b9e9c + bdd2292 commit dbf3606
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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 }}
Expand Down Expand Up @@ -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 }}
Expand All @@ -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 }}
Expand Down

0 comments on commit dbf3606

Please sign in to comment.