Skip to content

Commit

Permalink
ci: additional permission to push packages (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
artemrys authored May 26, 2023
1 parent 90b8cca commit 847490e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ jobs:
- uses: pre-commit/[email protected]
build_action:
runs-on: ubuntu-latest
name: Build Action
permissions:
contents: read
packages: write
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 847490e

Please sign in to comment.