Skip to content

Commit

Permalink
fix: Inherit secrets in reused workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzzypixelz committed Feb 8, 2024
1 parent 2fd04c1 commit 1ed6518
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/enforce-linking-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ on:
jobs:
main:
uses: eclipse-zenoh/zenoh/.github/workflows/enforce-linking-issues.yml@main
secrets: inherit
1 change: 1 addition & 0 deletions .github/workflows/update-release-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ on:
jobs:
main:
uses: eclipse-zenoh/zenoh/.github/workflows/update-release-project.yml@main
secrets: inherit

0 comments on commit 1ed6518

Please sign in to comment.