VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMounir IDRASSI <mounir.idrassi@idrix.fr>2024-07-10 11:09:10 +0200
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2024-07-10 11:09:10 +0200
commit1312c537f5592d01c5195b9c17fcca97678bc5ad (patch)
treefa43c30e5a9970afe56bf99708c880f28bd2d162 /.github
parent82b9eef880195c1163356a52ab57bdaa9a5897c5 (diff)
downloadVeraCrypt-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.yml2
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,