1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2025-11-11 02:58:02 -06:00

Linux: fix crash when displaying Admin password dialog. Fix failure of Github action by using builtin GITHUB_TOKEN

This commit is contained in:
Mounir IDRASSI
2024-07-10 11:09:10 +02:00
parent 82b9eef880
commit 1312c537f5
2 changed files with 27 additions and 28 deletions

View File

@@ -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,