From 93088f8d76bf45493cb65563c94571b07fb7cfa9 Mon Sep 17 00:00:00 2001 From: Sven Njegac Date: Wed, 4 Oct 2023 17:27:00 +0200 Subject: [PATCH] fix: add gh token --- .github/workflows/open-prs-notification.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/open-prs-notification.yml b/.github/workflows/open-prs-notification.yml index eb6b5f5..5c6bd81 100644 --- a/.github/workflows/open-prs-notification.yml +++ b/.github/workflows/open-prs-notification.yml @@ -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: |