Skip to content

Commit 078e5df

Browse files
committed
Updated permissions
1 parent b8a5b45 commit 078e5df

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/apptainer-build-deploy.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,11 @@ jobs:
2323
# artifact_name: mything
2424
# asset_name: mything-macos-amd64
2525
permissions:
26-
contents: read
27-
packages: write
26+
write-all
2827

2928
container:
30-
image: quay.io/singularity/singularity:v3.8.1
31-
options: --privileged
29+
image: quay.io/singularity/singularity:v3.8.1
30+
options: --privileged
3231

3332
steps:
3433

0 commit comments

Comments
 (0)