Skip to content

Commit 27dcaff

Browse files
committed
Fix, HTTP 403: Resource not accessible by integration (https://api.github.com/repos/Wei18/github-rest-api-swift-openapi/releases)
1 parent 1bbb90f commit 27dcaff

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/Release.yml

+2
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ jobs:
4646
create-github-release:
4747
needs: create-git-branch-release
4848
runs-on: ubuntu-latest
49+
permissions:
50+
contents: write
4951
steps:
5052
- name: Get latest version
5153
env:

0 commit comments

Comments
 (0)