Skip to content

Commit

Permalink
"Added permissions for contents and packages in next-build job in dep…
Browse files Browse the repository at this point in the history
…loy.yml"
  • Loading branch information
p-shubh committed Oct 26, 2024
1 parent 4236415 commit a45b948
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:
next-build:
name: Build Image
runs-on: ubuntu-latest
permissions:
contents: read
packages: write

steps:
# Step 1: Checkout the code from the repository
Expand Down

0 comments on commit a45b948

Please sign in to comment.