Skip to content

Commit

Permalink
legg in permissons for master.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RamziAbuQassim committed Sep 1, 2023
1 parent 5a16632 commit d33a015
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ jobs:
build:
name: Build and push Docker container
runs-on: ubuntu-latest
permissions:
packages: 'write'
contents: 'read'
id-token: 'write'
steps:
- uses: actions/checkout@v3
- uses: actions/cache@v3
Expand Down

0 comments on commit d33a015

Please sign in to comment.