From eb9219baacb90afdebc38814b0280327d1c9d7f5 Mon Sep 17 00:00:00 2001 From: Maxim Tsoy Date: Thu, 7 Mar 2024 14:41:41 +0100 Subject: [PATCH] Use the correct GH token for checkout --- .github/workflows/ddg-release.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ddg-release.yml b/.github/workflows/ddg-release.yml index aa119719..68557730 100644 --- a/.github/workflows/ddg-release.yml +++ b/.github/workflows/ddg-release.yml @@ -62,7 +62,7 @@ jobs: with: repository: duckduckgo/android path: android/ - token: ${{ secrets.GITHUB_TOKEN }} + token: ${{ secrets.DAX_WEB_AUTOFILL_AUTOMATION }} - uses: actions/setup-node@v3 with: node-version: current @@ -121,7 +121,7 @@ jobs: with: repository: duckduckgo/iOS path: ios/ - token: ${{ secrets.GITHUB_TOKEN }} + token: ${{ secrets.DAX_WEB_AUTOFILL_AUTOMATION }} - uses: actions/setup-node@v3 with: node-version: current @@ -178,7 +178,7 @@ jobs: with: repository: duckduckgo/macos-browser path: macos/ - token: ${{ secrets.GITHUB_TOKEN }} + token: ${{ secrets.DAX_WEB_AUTOFILL_AUTOMATION }} - uses: actions/setup-node@v3 with: node-version: current @@ -235,7 +235,7 @@ jobs: with: repository: duckduckgo/windows-browser path: windows/ - token: ${{ secrets.GITHUB_TOKEN }} + token: ${{ secrets.DAX_WEB_AUTOFILL_AUTOMATION }} - uses: actions/setup-node@v3 with: node-version: current