We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a54b586 commit 415d834Copy full SHA for 415d834
.github/workflows/cd.yml
@@ -108,11 +108,10 @@ jobs:
108
- name: Upload the release
109
uses: svenstaro/upload-release-action@v2
110
with:
111
- repo_token: ${{ secrets.YAYRA }}
+ repo_token: ${{ secrets.GITHUB_TOKEN }}
112
file: sabreur-${{ env.RELEASE_VERSION }}-${{ matrix.TARGET }}*
113
file_glob: true
114
overwrite: true
115
tag: ${{ github.ref }}
116
release_name: "Release v${{ env.RELEASE_VERSION }}"
117
body: "${{ needs.generate-changelog.outputs.release_body }}"
118
-
0 commit comments