Skip to content

Commit 3fa70ed

Browse files
wip
1 parent c3075ed commit 3fa70ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nbgl_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
test-access:
1414
runs-on: ubuntu-latest
1515
env:
16-
GITHUB_TOKEN: ${{ secrets.CI_BOT_TOKEN }}
16+
GITHUB_TOKEN: ${{ secrets.CI_BOT_USERNAME }}
1717
steps:
1818
- name: Test access to app-nbgl repository
1919
run: |
@@ -41,7 +41,7 @@ jobs:
4141
run_NBGL_tests:
4242
runs-on: ubuntu-latest
4343
env:
44-
GITHUB_TOKEN: ${{ secrets.CI_BOT_TOKEN }}
44+
GITHUB_TOKEN: ${{ secrets.COMMON_READ_ORG }}
4545
steps:
4646
- name: Test access to app-ethereum repository
4747
run: |

0 commit comments

Comments
 (0)