Skip to content

Commit

Permalink
add permissions to job
Browse files Browse the repository at this point in the history
  • Loading branch information
ike authored and tghosth committed Sep 6, 2023
1 parent 3f73ca1 commit 78127b7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-and-publish-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ on:
jobs:
build_and_push:
runs-on: ubuntu-latest
permissions:
packages: write
name: Build and publish
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 78127b7

Please sign in to comment.