Skip to content

Commit

Permalink
fix: add workflow permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedhussiien committed Feb 3, 2024
1 parent 6900217 commit b339791
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ jobs:
build_publish:
name: Build & Publish
runs-on: ubuntu-22.04
permissions:
contents: read
packages: write
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit b339791

Please sign in to comment.