Skip to content

Commit

Permalink
inherit secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
atmorling committed Nov 29, 2024
1 parent ba74bba commit 028100d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/io_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ jobs:
dev:
uses: ./.github/workflows/tests.yml
with:
io: "io"
io: "io"
secrets: inherit
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ jobs:
uses: ./.github/workflows/tests.yml
with:
io: "not io"
secrets: inherit

0 comments on commit 028100d

Please sign in to comment.