Skip to content
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.

Commit

Permalink
ci: update notify-release action permissions (#567)
Browse files Browse the repository at this point in the history
  • Loading branch information
MelkorNemesis committed Apr 11, 2023
1 parent 3f5e6ab commit a268296
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions .github/workflows/notify-release.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,21 @@
name: Notify release

on:
'on':
workflow_dispatch:
schedule:
- cron: '30 8 * * *'
- cron: 30 8 * * *
release:
types: [published]
types:
- published
issues:
types: [closed]

types:
- closed
jobs:
setup:
runs-on: ubuntu-latest
steps:
- uses: nearform/github-action-notify-release@v1
- uses: nearform-actions/github-action-notify-release@v1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
permissions:
issues: write
contents: read

0 comments on commit a268296

Please sign in to comment.