We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ce163ff + 14e3fec commit 44a7ba7Copy full SHA for 44a7ba7
.github/workflows/deploy.yml
@@ -8,6 +8,9 @@ on:
8
jobs:
9
docker:
10
runs-on: ubuntu-latest
11
+ permissions:
12
+ contents: read
13
+ packages: write
14
steps:
15
- uses: actions/checkout@v4
16
0 commit comments