Skip to content

Commit

Permalink
fix permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
jkroepke committed Nov 2, 2023
1 parent 39b913f commit e41345a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
jobs:
build:
permissions:
contents: write
packages: write
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -42,7 +43,6 @@ jobs:
# multi-arch build
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
if: ${{ matrix.os != 'windows' }}
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Build regular image
Expand Down

0 comments on commit e41345a

Please sign in to comment.