Skip to content
This repository was archived by the owner on Jan 16, 2026. It is now read-only.

Commit 7ba6971

Browse files
authored
ci(github-actions): change the permissions to content from read to write (#35)
1 parent 91e20f5 commit 7ba6971

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy_image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
push_morphos_image:
1010
runs-on: ubuntu-latest
1111
permissions:
12-
contents: read
12+
contents: write
1313
packages: write
1414
steps:
1515
- name: Checkout

0 commit comments

Comments
 (0)