We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d18089e commit fd886a9Copy full SHA for fd886a9
1 file changed
.github/workflows/deploy.yml
@@ -8,6 +8,9 @@ on:
8
jobs:
9
deploy:
10
runs-on: ubuntu-latest
11
+ permissions:
12
+ contents: read
13
+ packages: write
14
steps:
15
- uses: actions/checkout@v4
16
- name: Log in to GitHub Container Registry
0 commit comments