Skip to content

Commit

Permalink
Squashed commit of the following:
Browse files Browse the repository at this point in the history
commit ee06eb9
Author: Michele Facchinelli <[email protected]>
Date:   Fri Aug 16 09:53:09 2024 +0000

    fix: add packages permission

commit d0bac86
Author: Michele Facchinelli <[email protected]>
Date:   Fri Aug 16 09:47:17 2024 +0000

    fix: add checks permissions

commit 80b3b92
Author: Michele Facchinelli <[email protected]>
Date:   Fri Aug 16 09:44:44 2024 +0000

    fix: permissions for CI actions
  • Loading branch information
mfacchinelli committed Aug 16, 2024
1 parent afa22f2 commit cffe685
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 @@ -39,6 +39,9 @@ jobs:
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
permissions:
actions: write
checks: write
packages: write
pull-requests: write
# map step outputs to job outputs so they can be share among jobs
outputs:
Expand Down

0 comments on commit cffe685

Please sign in to comment.