Skip to content

Commit

Permalink
Add missing permissions in github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
thenav56 committed Nov 5, 2024
1 parent 20df3ac commit 8a2f500
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish-nginx-serve.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
- develop
- project/*

permissions:
packages: write

jobs:
publish_image:
name: Publish Docker Image
Expand Down

0 comments on commit 8a2f500

Please sign in to comment.