Skip to content

Commit

Permalink
fix: build workflow should inherit secrets from release-please
Browse files Browse the repository at this point in the history
  • Loading branch information
xeekworx committed Feb 3, 2024
1 parent e60ca13 commit 37a541d
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 37a541d

Please sign in to comment.