From 02b5e5269c215c80db92956c769a476473b6d7b6 Mon Sep 17 00:00:00 2001 From: ovsds Date: Thu, 11 Apr 2024 00:01:56 +0200 Subject: [PATCH] ci: fix github-watcher action secrets --- .github/workflows/github-watcher.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github-watcher.yaml b/.github/workflows/github-watcher.yaml index 8364758..a5e1cce 100644 --- a/.github/workflows/github-watcher.yaml +++ b/.github/workflows/github-watcher.yaml @@ -24,6 +24,6 @@ jobs: with: config_path: .github/github-watcher-config.yaml env_variables: | - GITHUB_TOKEN=${{ secrets.PERSONAL_GITHUB_TOKEN }} + GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }} TELEGRAM_TOKEN=${{ secrets.TELEGRAM_TOKEN }} TELEGRAM_CHAT_ID=${{ secrets.TELEGRAM_CHAT_ID }}