Skip to content

Commit

Permalink
CI release: トークン発行時に大将のリポジトリを指定する (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
massongit authored Feb 10, 2024
1 parent 72945f6 commit f4c6e29
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
with:
app-id: ${{ secrets.PROJECT_AUTOMATION_APP_ID }}
private-key: ${{ secrets.PROJECT_AUTOMATION_PRIVATE_KEY }}
owner: ${{ github.repository_owner }}
repositories: "homebrew-tap"
# More assembly might be required: Docker logins, GPG, etc.
# It all depends on your needs.
- name: Run GoReleaser
Expand Down

0 comments on commit f4c6e29

Please sign in to comment.