Skip to content

Commit

Permalink
Provide some explicitly-declared secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
JesseTG committed Sep 11, 2023
1 parent f26fe63 commit 6c35d00
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,11 @@ jobs:
runs-on: ubuntu-latest
lib-ext: so
test-suite: true
secrets: inherit
secrets:
TESTFILE_REPO_TOKEN: ${{ secrets.TESTFILE_REPO_TOKEN }}
TESTFILE_REPO: ${{ secrets.TESTFILE_REPO }}
DSI_NAND_ARCHIVE: ${{ secrets.DSI_NAND_ARCHIVE }}
DSI_NAND: ${{ secrets.DSI_NAND }}

linux-aarch64:
name: Linux (aarch64)
Expand Down

0 comments on commit 6c35d00

Please sign in to comment.