File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -14,10 +14,11 @@ jobs:
1414 packages : write
1515 steps :
1616 - id : get-secrets
17- uses : grafana/shared-workflows/actions/get-vault-secrets@28361cdb22223e5f1e34358c86c20908e7248760 # get-vault-secrets- v1.1.0
17+ uses : grafana/shared-workflows/actions/get-vault-secrets@get-vault-secrets/ v1.2.1 # zizmor: ignore[unpinned-uses] provided by grafana
1818 with :
1919 repo_secrets : |
2020 NPM_TOKEN=npm_token:npm_token
21+ export_env : false
2122
2223 - name : Checkout repository
2324 uses : actions/checkout@v4
5657 if : steps.version_check.outputs.changed == 'true'
5758 run : npm publish --access public
5859 env :
59- NODE_AUTH_TOKEN : ${{ env .NPM_TOKEN }}
60+ NODE_AUTH_TOKEN : ${{ fromJSON(steps.get-secrets.outputs.secrets) .NPM_TOKEN }}
You can’t perform that action at this time.
0 commit comments