We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce83e46 commit 9a9ecfcCopy full SHA for 9a9ecfc
.github/workflows/release.yml
@@ -6,12 +6,23 @@ on:
6
- main
7
8
concurrency: ${{ github.workflow }}-${{ github.ref }}
9
+
10
jobs:
11
release:
12
name: Release
13
runs-on: ubuntu-latest
14
permissions: write-all
15
steps:
16
+ - name: Pull Secrets
17
+ uses: scaleway/action-scw-secret@v0
18
+ with:
19
+ secret-names: |
20
+ NPM_TOKEN, /npm/token_scaleway_lib
21
+ access-key: ${{ vars.SCW_ACCESS_KEY }}
22
+ secret-key: ${{ secrets.SCW_SECRET_KEY }}
23
+ default-project-id: ${{ vars.SCW_DEFAULT_PROJECT_ID }}
24
+ default-organization-id: ${{ vars.SCW_DEFAULT_ORGANIZATION_ID }}
25
26
- uses: actions/checkout@v5.0.0
27
- name: Git Identity
28
run: |
0 commit comments