diff --git a/README.md b/README.md index 6cf1fcc..006b8d9 100644 --- a/README.md +++ b/README.md @@ -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 }} @@ -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 }} @@ -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 }} @@ -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 }} diff --git a/package-lock.json b/package-lock.json index 26bf158..861468c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "doppler-secrets-fetch-github-action", - "version": "1.1.3", + "version": "1.3.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "doppler-secrets-fetch-github-action", - "version": "1.1.3", + "version": "1.3.0", "license": "Apache-2.0", "dependencies": { "@actions/core": "^1.10.0" diff --git a/package.json b/package.json index 4039f41..1d8d331 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "doppler-secrets-fetch-github-action", - "version": "1.1.3", + "version": "1.3.0", "description": "GitHub Action to fetch secrets from Doppler's API", "author": "Doppler", "license": "Apache-2.0",