Skip to content

Commit 018c88e

Browse files
committed
fix: add missing token parameter to GitHub release action
1 parent ece3b7d commit 018c88e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/update-docs-and-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jobs:
4343
- name: Create GitHub release
4444
uses: ncipollo/release-action@v1
4545
with:
46+
token: ${{ secrets.GH_PAT }}
4647
tag: ${{ env.RELEASE_TAG }}
4748
name: Release ${{ env.RELEASE_TAG }}
4849
body: 'Automated release including updated docs'

0 commit comments

Comments
 (0)