Skip to content

Commit

Permalink
ci: forgot the perms
Browse files Browse the repository at this point in the history
  • Loading branch information
jmg-duarte committed Nov 12, 2024
1 parent 00fcdaf commit 46a3eb3
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,10 @@ jobs:
build_and_release_storagext_cli:
runs-on: self-hosted

permissions:
contents: write
packages: write

if: github.ref_type == 'tag' && startsWith(github.ref_name, 'storagext-cli-v')

steps:
Expand Down Expand Up @@ -144,6 +148,10 @@ jobs:
build_and_release_polka_storage_node:
runs-on: self-hosted

permissions:
contents: write
packages: write

if: github.ref_type == 'tag' && startsWith(github.ref_name, 'polka-storage-node-v')

steps:
Expand Down Expand Up @@ -200,6 +208,10 @@ jobs:
build_and_release_polka_storage_provider_server:
runs-on: self-hosted

permissions:
contents: write
packages: write

if: github.ref_type == 'tag' && startsWith(github.ref_name, 'polka-storage-provider-server-v')

steps:
Expand Down Expand Up @@ -256,6 +268,10 @@ jobs:
build_and_release_polka_storage_provider_client:
runs-on: self-hosted

permissions:
contents: write
packages: write

if: github.ref_type == 'tag' && startsWith(github.ref_name, 'polka-storage-provider-client-v')

steps:
Expand Down

0 comments on commit 46a3eb3

Please sign in to comment.