Skip to content

Commit 310441c

Browse files
committed
ci: Update GitHub Actions workflow to include write permissions for contents during Docker Hub publish
1 parent e39bace commit 310441c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish-dockerhub.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ env:
1919
jobs:
2020
build-and-push:
2121
runs-on: ubuntu-latest
22-
22+
permissions:
23+
contents: write
2324
steps:
2425
- name: Checkout code
2526
uses: actions/checkout@v4

0 commit comments

Comments
 (0)