Skip to content

Commit edfe7d3

Browse files
chore(ci): fixing content permission for docker build job
1 parent 0be27b9 commit edfe7d3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@ jobs:
6363
name: Publish Docker Image
6464
needs: build
6565
runs-on: ubuntu-latest
66-
permissions: {}
66+
permissions:
67+
contents: read
6768
steps:
6869
- name: Checkout
6970
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4

0 commit comments

Comments
 (0)