Skip to content

Commit a7c3079

Browse files
authored
Merge pull request #538 from diffblue/CI-fix-release-token
CI: `actions/create-release@v1` needs token
2 parents 5f21998 + 3876d10 commit a7c3079

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)