Skip to content

Commit

Permalink
try fixing release permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
raynaudoe committed Oct 22, 2024
1 parent e46e08b commit 3f8da50
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ jobs:
draft: false
prerelease: false
generate_release_notes: true
token: ${{ secrets.PASEO_RUNTIME_CI_PAT }}
append_body: true
body: |
## Runtime: `${{ matrix.runtime.name }}`
Expand All @@ -124,5 +125,3 @@ jobs:
files: |
${{ steps.srtool_build.outputs.wasm_compressed }}
${{ matrix.runtime.name }}-srtool-digest.json
env:
GITHUB_TOKEN: ${{ secrets.PASEO_RUNTIME_CI_PAT }}

0 comments on commit 3f8da50

Please sign in to comment.