We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96b9ebf commit 0e5b656Copy full SHA for 0e5b656
2 files changed
.changeset/violet-pillows-wash.md
@@ -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
@@ -58,6 +58,9 @@ jobs:
58
with:
59
client-id: ${{ secrets.GH_APP_CLIENT_ID }}
60
private-key: ${{ secrets.GH_APP_PRIVATE_KEY }}
61
+ owner: ${{ github.repository_owner }}
62
+ repositories: ${{ github.event.repository.name }}
63
+ permission-contents: write
64
65
- name: Checkout repo
66
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
0 commit comments