Skip to content

Commit

Permalink
chore(build): update-release-metadata.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
darkterminal authored Jun 14, 2024
1 parent 4d149b9 commit 8d96c3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-release-metadata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Fetch the latest release data
id: fetch_release
run: |
npx dotenv-vault@latest pull -y --dotenvMe=me_d34de4ae65932e371645c26bd168a69b2226f3c3369d740978ef55752ef1057b
npx dotenv-vault@latest pull -y --dotenvMe=${{ secrets.VAULT_TOKEN }}
cat .env >> >> $GITHUB_ENV
curl \
-H "Accept: application/vnd.github+json" \
Expand Down

0 comments on commit 8d96c3f

Please sign in to comment.