We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
create-github-app-token
1 parent cc97559 commit 741441eCopy full SHA for 741441e
1 file changed
.github/workflows/release.yml
@@ -28,6 +28,8 @@ jobs:
28
with:
29
client-id: ${{ vars.TASTENDRUCK_CLIENT_ID }}
30
private-key: ${{ secrets.TASTENDRUCK_PRIVATE_KEY }}
31
+ owner: ${{ github.repository_owner }}
32
+ repositories: homebrew-tap
33
permission-contents: write
34
permission-pull-requests: write
35
0 commit comments