From 00077a6a4eb22998acc41c60feff69b4f6b7161c Mon Sep 17 00:00:00 2001 From: despiegk <> Date: Sat, 23 Jul 2022 10:18:03 +0200 Subject: [PATCH] github actions --- .github/workflows/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index f0b34c1..8160c89 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -14,4 +14,4 @@ jobs: # Target branch PAGES_BRANCH: gh-pages # Provide personal access token - TOKEN: ${{ secrets.TOKEN }} \ No newline at end of file + TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file