Browse Source
Add permissions to steps
shutdown-taker-if-no-maker-present
itchymax
3 years ago
No known key found for this signature in database
GPG Key ID: E5F8E74C672BC666
2 changed files with
6 additions and
0 deletions
-
.github/workflows/build-release-binary.yml
-
.github/workflows/release-docker.yml
|
|
@ -160,6 +160,9 @@ jobs: |
|
|
|
needs: build_binaries |
|
|
|
name: Build docker images |
|
|
|
runs-on: ubuntu-latest |
|
|
|
permissions: |
|
|
|
contents: read |
|
|
|
packages: write |
|
|
|
env: |
|
|
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
|
|
|
steps: |
|
|
|
|
|
@ -12,6 +12,9 @@ jobs: |
|
|
|
build_docker_image: |
|
|
|
name: Build docker images |
|
|
|
runs-on: ubuntu-latest |
|
|
|
permissions: |
|
|
|
contents: read |
|
|
|
packages: write |
|
|
|
env: |
|
|
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
|
|
|
steps: |
|
|
|