Skip to content

Commit

Permalink
Merge pull request #32 from budougumi0617/fix/setting
Browse files Browse the repository at this point in the history
ci: fix permission
  • Loading branch information
budougumi0617 committed Sep 19, 2024
2 parents d30eb1b + 6fb2973 commit 87dc8be
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tag-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ jobs:
app-id: ${{ secrets.APP_ID }}
private-key: ${{ secrets.PRIVATE_KEY }}
owner: "budougumi0617"
repositories: "homebrew-tap"
repositories: |
"nrseg"
"homebrew-tap"
- name: Checkout
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 87dc8be

Please sign in to comment.