diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2024-07-10 11:09:10 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2024-07-10 11:09:10 +0200 |
commit | 1312c537f5592d01c5195b9c17fcca97678bc5ad (patch) | |
tree | fa43c30e5a9970afe56bf99708c880f28bd2d162 /.github | |
parent | 82b9eef880195c1163356a52ab57bdaa9a5897c5 (diff) | |
download | VeraCrypt-1312c537f5592d01c5195b9c17fcca97678bc5ad.tar.gz VeraCrypt-1312c537f5592d01c5195b9c17fcca97678bc5ad.zip |
Linux: fix crash when displaying Admin password dialog. Fix failure of Github action by using builtin GITHUB_TOKEN
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build-linux.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build-linux.yml b/.github/workflows/build-linux.yml index 6bab9e4a..87dc0b45 100644 --- a/.github/workflows/build-linux.yml +++ b/.github/workflows/build-linux.yml @@ -190,7 +190,7 @@ jobs: uses: actions/github-script@v6 if: always() with: - github-token: ${{ secrets.WORKFLOW_TOKEN }} + github-token: ${{ secrets.GITHUB_TOKEN }} script: | const caches = await github.rest.actions.getActionsCacheList({ owner: context.repo.owner, |