Skip to content

Commit

Permalink
ci: change permissions flow location
Browse files Browse the repository at this point in the history
  • Loading branch information
eunbae0 committed Mar 22, 2024
1 parent e8a58f4 commit ceab5f1
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,13 @@ on:
- publish
# types: closed

permissions:
contents: write # for checkout and tag
pull-requests: write # for comments
packages: write # for publish

jobs:
publish:
runs-on: ubuntu-latest
permissions:
contents: write # for checkout and tag
pull-requests: write # for comments
packages: write # for publish
steps:
- uses: actions/checkout@v1
with:
Expand Down

0 comments on commit ceab5f1

Please sign in to comment.