Skip to content

Commit 7e35fd0

Browse files
author
Lucas Adamski
committed
token test
1 parent 8831091 commit 7e35fd0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pixel_validation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Checkout repository
1515
uses: actions/checkout@v4
1616
with:
17-
token: ${{ secrets.DAXMOBILE_ANDROID_AUTOMATION }}
17+
token: ${{ secrets.LADAMSKI_TEST }}
1818
ref: ${{ github.head_ref || github.ref }}
1919

2020
- name: Use Node.js 20
@@ -32,7 +32,7 @@ jobs:
3232
- name: Checkout internal-github-asana-utils repo
3333
uses: actions/checkout@v4
3434
with:
35-
token: ${{ secrets.DAXMOBILE_ANDROID_AUTOMATION }}
35+
token: ${{ secrets.LADAMSKI_TEST }}
3636
path: internal-github-asana-utils
3737
repository: duckduckgo/internal-github-asana-utils
3838

0 commit comments

Comments
 (0)