We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3b9b9f commit 6828d77Copy full SHA for 6828d77
.github/workflows/main.yml
@@ -9,11 +9,14 @@ jobs:
9
build:
10
runs-on: ubuntu-latest
11
permissions:
12
- contents: read
+ contents: write
13
packages: write
14
15
steps:
16
- uses: actions/checkout@v4
17
+ with:
18
+ fetch-depth: 0 # needed to create/push tags
19
+ persist-credentials: true
20
21
- name: Set up QEMU
22
uses: docker/setup-qemu-action@v3
0 commit comments