Skip to content

Commit

Permalink
Bump version for OIDC launch
Browse files Browse the repository at this point in the history
  • Loading branch information
rgharris committed Dec 3, 2024
1 parent 05592d4 commit 8565eab
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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/secrets-fetch-action@v1.2.0
- uses: dopplerhq/secrets-fetch-action@v1.3.0
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/secrets-fetch-action@v1.2.0
- uses: dopplerhq/secrets-fetch-action@v1.3.0
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/secrets-fetch-action@v1.2.0
- uses: dopplerhq/secrets-fetch-action@v1.3.0
id: doppler
with:
doppler-token: ${{ secrets.DOPPLER_TOKEN }}
Expand All @@ -82,7 +82,7 @@ jobs:
secrets-fetch:
runs-on: ubuntu-latest
steps:
- uses: dopplerhq/secrets-fetch-action@v1.2.0
- uses: dopplerhq/secrets-fetch-action@v1.3.0
id: doppler
with:
doppler-token: ${{ secrets.DOPPLER_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "doppler-secrets-fetch-github-action",
"version": "1.1.3",
"version": "1.1.4",
"description": "GitHub Action to fetch secrets from Doppler's API",
"author": "Doppler",
"license": "Apache-2.0",
Expand Down

0 comments on commit 8565eab

Please sign in to comment.