Skip to content

Commit

Permalink
token
Browse files Browse the repository at this point in the history
  • Loading branch information
achamayou committed Jul 1, 2024
1 parent 2fee9e4 commit c991cae
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
workflow_dispatch:

permissions:
contents: read
contents: write
actions: read
checks: write

Expand Down Expand Up @@ -117,4 +117,6 @@ jobs:
ls -R pkg
- run: |
gh release create --title "CCF ${{ github.ref }}" --draft --notes-file rel-notes.md pkg/*
shell: bash
shell: bash
env:
GH_TOKEN: ${{ github.token }}

0 comments on commit c991cae

Please sign in to comment.