Skip to content

Commit

Permalink
🐛 Inherit secrets in tags.yml workflow job call-native-image-release …
Browse files Browse the repository at this point in the history
…[skip ci]
  • Loading branch information
mkjsix committed Dec 12, 2024
1 parent 6ee7eab commit 711b31c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,5 +180,6 @@ jobs:
if: "!contains(github.event.head_commit.message, 'skip ci')"
needs: deploy
uses: softinstigate/restheart/.github/workflows/native-image-release.yml@master
secrets: inherit
with:
version: "${{ needs.deploy.outputs.version }}"

0 comments on commit 711b31c

Please sign in to comment.