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 8992638 + c840ec9 commit cf3a565Copy full SHA for cf3a565
1 file changed
.github/workflows/build-docker.yml
@@ -76,7 +76,8 @@ jobs:
76
77
docker-push:
78
permissions:
79
- contents: write
+ contents: read
80
+ packages: write
81
runs-on: ubuntu-latest
82
needs: docker
83
if: github.event_name != 'pull_request'
0 commit comments