Skip to content

Commit 3876d10

Browse files
committed
CI: actions/create-release@v1 needs token
This sets GITHUB_TOKEN.
1 parent 5f21998 commit 3876d10

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ebmc-release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
uses: actions/create-release@v1
3232
env:
3333
EBMC_VERSION: ${{ needs.get-version-information.outputs.version }}
34+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3435
with:
3536
tag_name: ebmc-${{ env.EBMC_VERSION }}
3637
release_name: ebmc-${{ env.EBMC_VERSION }}

0 commit comments

Comments
 (0)