aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2025-08-07 10:21:07 +0300
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2025-08-07 10:21:07 +0300
commitc385217bbb6448eb21d0cb1568e3cc10c47d0b5b (patch)
treeb2bdc4d3bd3af0db7c8eba5f4ff3ac6af8fd336c
parent79ab2972edd242c00d5acccfd02fbf519cb55d97 (diff)
downloadsciteco-c385217bbb6448eb21d0cb1568e3cc10c47d0b5b.tar.gz
fixed the irc.yml workflow: have to export the $GH_TOKEN
maybe, perhaps...
-rw-r--r--.github/workflows/irc.yml2
1 files changed, 2 insertions, 0 deletions
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'`"