We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d149b9 commit 8d96c3fCopy full SHA for 8d96c3f
.github/workflows/update-release-metadata.yml
@@ -15,7 +15,7 @@ jobs:
15
- name: Fetch the latest release data
16
id: fetch_release
17
run: |
18
- npx dotenv-vault@latest pull -y --dotenvMe=me_d34de4ae65932e371645c26bd168a69b2226f3c3369d740978ef55752ef1057b
+ npx dotenv-vault@latest pull -y --dotenvMe=${{ secrets.VAULT_TOKEN }}
19
cat .env >> >> $GITHUB_ENV
20
curl \
21
-H "Accept: application/vnd.github+json" \
0 commit comments