Skip to content

Commit

Permalink
ci: add explicit write permission to the build container image job
Browse files Browse the repository at this point in the history
  • Loading branch information
avivace authored Sep 21, 2024
1 parent 84c01f0 commit 6b72067
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-container.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Publish Docker image
name: Update Docker image
on:
push:
branches:
Expand All @@ -8,6 +8,8 @@ jobs:
publish-docker-image:
if: github.repository_owner == 'gbdev'
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout repo
uses: actions/checkout@v4
Expand Down

0 comments on commit 6b72067

Please sign in to comment.