Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
p4xx07 authored Sep 28, 2023
1 parent 041db37 commit 7885f28
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:

jobs:
binaries:
permissions:
contents: read
packages: write
runs-on: ubuntu-22.04

steps:
Expand All @@ -20,6 +23,9 @@ jobs:
path: binaries

github:
permissions:
contents: read
packages: write
needs: binaries
runs-on: ubuntu-22.04

Expand Down Expand Up @@ -59,6 +65,9 @@ jobs:
}
dockerhub:
permissions:
contents: read
packages: write
needs: binaries
runs-on: ubuntu-22.04

Expand All @@ -76,6 +85,9 @@ jobs:
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}

dockerhub_legacy:
permissions:
contents: read
packages: write
needs: dockerhub
runs-on: ubuntu-22.04

Expand All @@ -88,6 +100,9 @@ jobs:
DOCKER_PASSWORD_LEGACY: ${{ secrets.DOCKER_PASSWORD_LEGACY }}

apidocs:
permissions:
contents: read
packages: write
needs: binaries
runs-on: ubuntu-22.04

Expand Down

0 comments on commit 7885f28

Please sign in to comment.