Skip to content

Commit ef0d997

Browse files
committed
Getting a 403 on these. Update release to scope tokens to their respective repositories
1 parent 5f2fbd3 commit ef0d997

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,8 @@ jobs:
103103
with:
104104
app-id: ${{ vars.APP_ID }}
105105
private-key: ${{ secrets.APP_PRIVATE_KEY }}
106+
owner: ${{ github.repository_owner }}
107+
repositories: homebrew-lucky
106108
- name: Trigger Release Workflow
107109
run: |
108110
url_="https://github.com/luckyframework/lucky_cli/archive/refs/tags/${{ env.RELEASE_TAG }}.zip"
@@ -131,6 +133,8 @@ jobs:
131133
with:
132134
app-id: ${{ vars.APP_ID }}
133135
private-key: ${{ secrets.APP_PRIVATE_KEY }}
136+
owner: ${{ github.repository_owner }}
137+
repositories: scoop-bucket
134138
- name: Trigger Release Workflow
135139
run: |
136140
url_="https://github.com/luckyframework/lucky_cli/releases/download/${{ env.RELEASE_TAG }}/lucky-${{ env.RELEASE_TAG }}-windows-amd64.zip"

0 commit comments

Comments
 (0)