Skip to content

Commit

Permalink
fix: build workflow should inherit secrets from release-please (#15)
Browse files Browse the repository at this point in the history
* fix: build workflow should inherit secrets from release-please

* chore: release 1.1.1

Release-As: 1.1.1
  • Loading branch information
xeekworx authored Feb 3, 2024
1 parent a88197e commit b3244e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 65 deletions.
65 changes: 0 additions & 65 deletions .github/workflows/publish.yml

This file was deleted.

2 changes: 2 additions & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
needs: release
if: ${{ needs.release.outputs.release_created }}
uses: ./.github/workflows/build.yml
secrets: inherit
with:
platform: x64
configuration: Release
Expand All @@ -42,6 +43,7 @@ jobs:
needs: release
if: ${{ needs.release.outputs.release_created }}
uses: ./.github/workflows/build.yml
secrets: inherit
with:
platform: x86
configuration: Release
Expand Down

0 comments on commit b3244e6

Please sign in to comment.