Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
tdejoigny-ledger committed Nov 13, 2024
1 parent c3075ed commit 3fa70ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nbgl_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
test-access:
runs-on: ubuntu-latest
env:
GITHUB_TOKEN: ${{ secrets.CI_BOT_TOKEN }}
GITHUB_TOKEN: ${{ secrets.CI_BOT_USERNAME }}
steps:
- name: Test access to app-nbgl repository
run: |
Expand Down Expand Up @@ -41,7 +41,7 @@ jobs:
run_NBGL_tests:
runs-on: ubuntu-latest
env:
GITHUB_TOKEN: ${{ secrets.CI_BOT_TOKEN }}
GITHUB_TOKEN: ${{ secrets.COMMON_READ_ORG }}
steps:
- name: Test access to app-ethereum repository
run: |
Expand Down

0 comments on commit 3fa70ed

Please sign in to comment.