Skip to content

Commit 0e5b656

Browse files
committed
ci: use explicit owner and repository and content app token input
1 parent 96b9ebf commit 0e5b656

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

.changeset/violet-pillows-wash.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"slack-github-action": patch
3+
---
4+
5+
ci: use explicit owner and repository and content app token input

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ jobs:
5858
with:
5959
client-id: ${{ secrets.GH_APP_CLIENT_ID }}
6060
private-key: ${{ secrets.GH_APP_PRIVATE_KEY }}
61+
owner: ${{ github.repository_owner }}
62+
repositories: ${{ github.event.repository.name }}
63+
permission-contents: write
6164

6265
- name: Checkout repo
6366
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2

0 commit comments

Comments
 (0)