Skip to content

Commit

Permalink
ci: update notify-release action permissions (#207)
Browse files Browse the repository at this point in the history
  • Loading branch information
MelkorNemesis committed Apr 11, 2023
1 parent ca8d53b commit cb7ef54
Showing 1 changed file with 20 additions and 15 deletions.
35 changes: 20 additions & 15 deletions .github/workflows/notify-release.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,22 @@
name: notify-release
on:
workflow_dispatch:
schedule:
- cron: '30 8 * * *'
name: notify-release
'on':
workflow_dispatch:
schedule:
- cron: 30 8 * * *
release:
types: [published]
types:
- published
issues:
types: [closed]
jobs:
setup:
runs-on: ubuntu-latest
steps:
- name: Notify release
uses: nearform/github-action-notify-release@v1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
types:
- closed
jobs:
setup:
runs-on: ubuntu-latest
steps:
- name: Notify release
uses: nearform-actions/github-action-notify-release@v1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
permissions:
issues: write
contents: read

0 comments on commit cb7ef54

Please sign in to comment.