We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3075ed commit 3fa70edCopy full SHA for 3fa70ed
.github/workflows/nbgl_tests.yml
@@ -13,7 +13,7 @@ jobs:
13
test-access:
14
runs-on: ubuntu-latest
15
env:
16
- GITHUB_TOKEN: ${{ secrets.CI_BOT_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.CI_BOT_USERNAME }}
17
steps:
18
- name: Test access to app-nbgl repository
19
run: |
@@ -41,7 +41,7 @@ jobs:
41
run_NBGL_tests:
42
43
44
+ GITHUB_TOKEN: ${{ secrets.COMMON_READ_ORG }}
45
46
- name: Test access to app-ethereum repository
47
0 commit comments