From 1246a0a317bc0d8b01fdfceda68d1b80b9a550a6 Mon Sep 17 00:00:00 2001 From: Ralf Bauer Date: Sun, 12 Jan 2025 00:13:44 +0100 Subject: [PATCH] use other token --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 06b00b54..bce29936 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -154,5 +154,5 @@ jobs: files: | artifacts/*.zip, artifacts/*.bin env: - # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - GITHUB_TOKEN: ${{ secrets.MY_PAT }} + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + # GITHUB_TOKEN: ${{ secrets.MY_PAT }}