Skip to content

Commit

Permalink
Use the correct GH token for checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
muodov committed Mar 7, 2024
1 parent bcf42d3 commit eb9219b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ddg-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit eb9219b

Please sign in to comment.