diff options
author | Adam Harrison <adamdharrison@gmail.com> | 2022-12-31 15:49:20 -0500 |
---|---|---|
committer | Adam Harrison <adamdharrison@gmail.com> | 2022-12-31 15:49:20 -0500 |
commit | 1f03811ff2fb168679c5d3add8574d6ddf986f34 (patch) | |
tree | fbe9d05229c328940e9bf1c3c2261f4a0823bbd3 /.github | |
parent | 3306b89601d3e55238db1f6bc1c8389e6542c17f (diff) | |
download | lite-xl-plugin-manager-1f03811ff2fb168679c5d3add8574d6ddf986f34.tar.gz lite-xl-plugin-manager-1f03811ff2fb168679c5d3add8574d6ddf986f34.zip |
Added token.
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 02b35c6..018125c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -54,6 +54,7 @@ jobs: - name: Clone Submodules run: git submodule update --init --depth=1 - name: Build MacOS + env: { GITHUB_TOKEN: "${{ github.token }}" } run: | ./build.sh -DLPM_STATIC -DLPM_VERSION='"'$VERSION-x86_64-darwin-`git rev-parse --short HEAD`'"' && tar -czvf lpm-$VERSION-x86_64-darwin.tar.gz lpm cp lpm lpm.x86_64-darwin |