Skip to content

Commit

Permalink
Pass dummy secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
theihor committed Jan 15, 2025
1 parent 5b15041 commit 2f764dd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pahole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,7 @@ jobs:
tests: ${{ toJSON(matrix.tests) }}
toolchain: ${{ matrix.toolchain.name }}
toolchain_full: ${{ matrix.toolchain.fullname }}
# we need to pass AWS_ROLE_ARN, because github complains it's "required"
# however it's not used, because we don't run veristat
secrets:
AWS_ROLE_ARN: ''

0 comments on commit 2f764dd

Please sign in to comment.