Skip to content

Commit

Permalink
fix(cd): add token
Browse files Browse the repository at this point in the history
  • Loading branch information
Ebedthan committed Sep 7, 2021
1 parent c7111d2 commit d6a7e9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
- name: Upload the release
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.YAYRA_1 }}
repo_token: ${{ secrets.YAYRA }}
file: sabreur-${{ env.RELEASE_VERSION }}-${{ matrix.TARGET }}*
file_glob: true
overwrite: true
Expand Down

0 comments on commit d6a7e9b

Please sign in to comment.