From c385217bbb6448eb21d0cb1568e3cc10c47d0b5b Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Thu, 7 Aug 2025 10:21:07 +0300 Subject: fixed the irc.yml workflow: have to export the $GH_TOKEN maybe, perhaps... --- .github/workflows/irc.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/irc.yml b/.github/workflows/irc.yml index 1d60fbc..ebd6be5 100644 --- a/.github/workflows/irc.yml +++ b/.github/workflows/irc.yml @@ -17,6 +17,8 @@ jobs: uses: actions/checkout@v4.1.6 - name: Get log id: get_log + env: + GH_TOKEN: ${{ github.token }} run: | # Get commit of the previous successful CI run COMMIT="`gh run list --workflow="ci.yml" --limit=2 --status=success --json headSha -q '.[1].headSha'`" -- cgit v1.2.3