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:
14
14
packages : write
15
15
steps :
16
16
- 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
18
18
with :
19
19
repo_secrets : |
20
20
NPM_TOKEN=npm_token:npm_token
21
+ export_env : false
21
22
22
23
- name : Checkout repository
23
24
uses : actions/checkout@v4
56
57
if : steps.version_check.outputs.changed == 'true'
57
58
run : npm publish --access public
58
59
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