Skip to content

Commit 9ad81e1

Browse files
committed
test(ci): fetch with secret manager gha
1 parent 871f620 commit 9ad81e1

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,16 @@ jobs:
1313
runs-on: ubuntu-latest
1414
permissions: write-all
1515
steps:
16-
- uses: scaleway/action-scw-secret@v0
1716
- name: Pull Secrets
17+
uses: scaleway/action-scw-secret@v0
1818
with:
1919
secret-names: |
20-
NPM_TOKEN,npm/token_scaleway_lib
20+
NPM_TOKEN, /npm/token_scaleway_lib
2121
access-key: ${{ vars.SCW_ACCESS_KEY }}
2222
secret-key: ${{ secrets.SCW_SECRET_KEY }}
2323
default-project-id: ${{ vars.SCW_DEFAULT_PROJECT_ID }}
2424
default-organization-id: ${{ vars.SCW_DEFAULT_ORGANIZATION_ID }}
25+
2526
- uses: actions/[email protected]
2627
- name: Git Identity
2728
run: |
@@ -46,5 +47,5 @@ jobs:
4647
publish: pnpm release
4748
env:
4849
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
49-
NPM_TOKEN: ${{ env.NPM_TOKEN }}
50+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
5051
NPM_CONFIG_PROVENANCE: true

0 commit comments

Comments
 (0)