diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2025-02-15 22:09:28 +0300 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2025-02-15 22:09:28 +0300 |
commit | 6c500d60eb7df65b0c71e9b0e0955ff581fc3f5a (patch) | |
tree | 5d5edd052cbe6152ffb8806a52e4848803dbd125 /.github/workflows | |
parent | c9d35a18705ea6c7d968658d6ea0d6a7041e60fa (diff) | |
download | sciteco-6c500d60eb7df65b0c71e9b0e0955ff581fc3f5a.tar.gz |
fixup: set the GH_TOKEN environment variable to fix using the `gh` tool in nightly builds
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/nightly.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index b040d0a..af16dbe 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -50,6 +50,8 @@ jobs: - name: Build AppImages # Should always be on the oldest supported Ubuntu if: matrix.os == 'ubuntu-20.04' + env: + GH_TOKEN: ${{ github.token }} run: | cd AppImage gh release download -R AppImageCommunity/pkg2appimage -O pkg2appimage.AppImage \ |