Skip to content

Commit

Permalink
fix: add gh token
Browse files Browse the repository at this point in the history
  • Loading branch information
svennjegac committed Oct 4, 2023
1 parent 98da754 commit 93088f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/open-prs-notification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
- uses: actions/checkout@v3
- name: Open PRs Notification
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
SLACK_MENTIONS: ${{ secrets.SLACK_MENTIONS }}
run: |
Expand Down

0 comments on commit 93088f8

Please sign in to comment.