Skip to content

Commit

Permalink
Merge pull request #15 from DopplerHQ/rgharris/node20
Browse files Browse the repository at this point in the history
Use Node 20
  • Loading branch information
rgharris authored Feb 9, 2024
2 parents dbf3606 + a65ee9f commit 584cb6c
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 16
node-version: 20
- run: npm install
- run: npm run test
env:
Expand All @@ -21,7 +21,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 16
node-version: 20
- run: npm install
- run: npm run test
env:
Expand Down
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].2
- uses: dopplerhq/[email protected].3
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].2
- uses: dopplerhq/[email protected].3
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].2
- uses: dopplerhq/[email protected].3
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].2
- uses: dopplerhq/[email protected].3
id: doppler
with:
doppler-token: ${{ secrets.DOPPLER_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ inputs:
Inject secrets as environment variables for subsequent steps if set to `true`.
required: false
runs:
using: 'node16'
using: 'node20'
main: 'index.js'
2 changes: 1 addition & 1 deletion node_modules/.package-lock.json

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

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.1",
"version": "1.1.3",
"description": "GitHub Action to fetch secrets from Doppler's API",
"author": "Doppler",
"license": "Apache-2.0",
Expand Down

0 comments on commit 584cb6c

Please sign in to comment.