Skip to content

Commit

Permalink
switch the org and fix permissions for github-action-notify-release (…
Browse files Browse the repository at this point in the history
…#278)
  • Loading branch information
bredikhin authored Apr 9, 2023
1 parent a687675 commit 972babd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/notify-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,11 @@ on:
jobs:
setup:
runs-on: ubuntu-latest
permissions:
issues: write
steps:
- name: Notify release
uses: nearform/github-action-notify-release@v1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 972babd

Please sign in to comment.