Skip to content

Commit 00b7b86

Browse files
authored
docs: add permission to github action DOC-2362 (#62)
1 parent 0b0a9e2 commit 00b7b86

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ on:
44
pull_request:
55
branches: [main]
66

7+
permissions:
8+
contents: read
9+
packages: write # <-- needed to push to GHCR
10+
711
env:
812
GITHUB_TOKEN: ${{ github.token }}
913
PALETTE_CLI_VERSION: 4.6.6

0 commit comments

Comments
 (0)