Skip to content

Commit

Permalink
ci: permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
amrbashir committed Sep 2, 2024
1 parent 1bb8a02 commit f295cde
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/covector-version-or-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:

permissions:
actions: write # required for workflow_dispatch
contents: write # required to create new releases
pull-requests: write # required to open version update pr

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit f295cde

Please sign in to comment.