Skip to content

Commit

Permalink
fix: issue with missing assets (#1164)
Browse files Browse the repository at this point in the history
  • Loading branch information
nmerget authored Feb 17, 2025
1 parent d88b2d5 commit b5f8053
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:

- name: 📥 Download deps default-npm-cache
uses: bahmutov/npm-install@v1
env:
ASSET_INIT_VECTOR: ${{ secrets.ASSET_INIT_VECTOR }}
ASSET_PASSWORD: ${{ secrets.ASSET_PASSWORD }}

- name: ⏬ Get branch name
uses: actions/github-script@v7
Expand Down

0 comments on commit b5f8053

Please sign in to comment.