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 32952cd commit 47da397Copy full SHA for 47da397
scripts/release.sh
@@ -1,5 +1,8 @@
1
#!/bin/bash
2
3
+export SCW_SECRET_KEY="$(vault kv get -field scaleway_secret_key agw_kv/prd)"
4
+export SCW_ACCESS_KEY="$(vault kv get -field scaleway_access_key agw_kv/prd)"
5
+export GITHUB_TOKEN="$(vault kv get -field cli_release_github_token front_kv/opensource)"
6
cd scripts/release || (echo "Please run this script from repo root" && exit 1)
7
8
yarn install --frozen-lock-file
0 commit comments