Skip to content

Commit

Permalink
Fuzzing: add packages permission to github token
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgeana committed Oct 30, 2023
1 parent 72571fc commit f2a4eda
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/push_fuzzing_msan_container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ jobs:

runs-on: ubuntu-latest

permissions:
packages: write

steps:
- name: Check out repository
uses: actions/checkout@v4
Expand Down

0 comments on commit f2a4eda

Please sign in to comment.