Skip to content

Commit

Permalink
Add permissions to release_tarball workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
neurocyte authored Jan 31, 2024
1 parent 8d73069 commit 26ffb94
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release_tarball.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
branches:
- master

permissions: contents-write

jobs:
release_tarball:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -43,4 +45,4 @@ jobs:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./source.tar.gz
asset_name: source.tar.gz
asset_content_type: application/gzip
asset_content_type: application/gzip

0 comments on commit 26ffb94

Please sign in to comment.