From c56482aaf252a93c775cf43f5f2caf6f4f568c71 Mon Sep 17 00:00:00 2001 From: Sam <6567634+sampoyigi@users.noreply.github.com> Date: Thu, 20 Apr 2023 11:56:05 +0100 Subject: [PATCH] Change access token for compile action Signed-off-by: Sam <6567634+sampoyigi@users.noreply.github.com> --- .github/workflows/compile-assets.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/compile-assets.yml b/.github/workflows/compile-assets.yml index c07d16ec67..e895477fe9 100644 --- a/.github/workflows/compile-assets.yml +++ b/.github/workflows/compile-assets.yml @@ -11,7 +11,7 @@ jobs: - name: Checkout code uses: actions/checkout@v3 with: - token: ${{ secrets.PAT }} + token: ${{ secrets.ACCESS_TOKEN }} - uses: actions/setup-node@v3 with: