Skip to content

Commit e4f9794

Browse files
author
Markus Schwer
committed
use github service account instead of default github actions token to create release
1 parent 150cc65 commit e4f9794

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,5 @@ jobs:
2929
- name: Save release artifacts
3030
uses: softprops/action-gh-release@v2
3131
with:
32+
token: ${{ secrets.ACCESS_TOKEN }}
3233
files: release/*

0 commit comments

Comments
 (0)