Skip to content

Commit a500265

Browse files
ci: provide proper write permissions to enable push (#37)
1 parent 9a40523 commit a500265

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/update_docker_image_tag.yml renamed to .github/workflows/update_docker_image_tag.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ on:
3030
required: false
3131
type: string
3232

33+
permissions:
34+
contents: write
35+
3336
jobs:
3437
update-image-tag:
3538
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)