We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9842915 commit fcdd08cCopy full SHA for fcdd08c
1 file changed
.github/workflows/dockercontainer-build.yml
@@ -33,6 +33,9 @@ jobs:
33
needs: test
34
runs-on: ubuntu-latest
35
if: github.event_name == 'push'
36
+ permissions:
37
+ contents: read
38
+ packages: write
39
steps:
40
- name: Checkout code
41
uses: actions/checkout@v2
0 commit comments