diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2025-08-07 10:21:07 +0300 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2025-08-07 10:21:07 +0300 |
commit | c385217bbb6448eb21d0cb1568e3cc10c47d0b5b (patch) | |
tree | b2bdc4d3bd3af0db7c8eba5f4ff3ac6af8fd336c /.github/workflows/irc.yml | |
parent | 79ab2972edd242c00d5acccfd02fbf519cb55d97 (diff) | |
download | sciteco-c385217bbb6448eb21d0cb1568e3cc10c47d0b5b.tar.gz |
fixed the irc.yml workflow: have to export the $GH_TOKEN
maybe, perhaps...
Diffstat (limited to '.github/workflows/irc.yml')
-rw-r--r-- | .github/workflows/irc.yml | 2 |
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'`" |