Skip to content

Commit 415d834

Browse files
committed
fix: cd token
1 parent a54b586 commit 415d834

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,11 +108,10 @@ jobs:
108108
- name: Upload the release
109109
uses: svenstaro/upload-release-action@v2
110110
with:
111-
repo_token: ${{ secrets.YAYRA }}
111+
repo_token: ${{ secrets.GITHUB_TOKEN }}
112112
file: sabreur-${{ env.RELEASE_VERSION }}-${{ matrix.TARGET }}*
113113
file_glob: true
114114
overwrite: true
115115
tag: ${{ github.ref }}
116116
release_name: "Release v${{ env.RELEASE_VERSION }}"
117117
body: "${{ needs.generate-changelog.outputs.release_body }}"
118-

0 commit comments

Comments
 (0)