Skip to content

Commit fe98db2

Browse files
chickenandporknicowilliams
authored andcommitted
fix: 403s on action-gh-release creating release
1 parent c5c4cde commit fe98db2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
# and put the release notes into the commit message for the tag.
44
name: Release
55

6+
# yamllint disable-line rule:truthy
67
on:
78
push:
89
tags:
@@ -11,6 +12,9 @@ on:
1112
jobs:
1213
build:
1314
runs-on: ubuntu-latest
15+
permissions:
16+
# 403s on release: https://github.com/softprops/action-gh-release/issues/236#issue-1258868166
17+
contents: write
1418
steps:
1519
- name: Checkout
1620
uses: actions/checkout@v2

0 commit comments

Comments
 (0)