Skip to content

Commit

Permalink
Merge pull request #590 from nervosnetwork/package-workflow-permissions
Browse files Browse the repository at this point in the history
ci: declare permissions in package workflow
  • Loading branch information
doitian authored Mar 28, 2024
2 parents fd87f8f + 4d9ca06 commit bae53dd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: Package

permissions:
# for actions/create-release, actions/upload-release-asset
contents: write

concurrency:
group: package-${{ github.ref }}
cancel-in-progress: true
Expand Down

0 comments on commit bae53dd

Please sign in to comment.