Skip to content

Commit

Permalink
Fix passing of secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
brunokc committed Jul 17, 2023
1 parent a8970f6 commit d6ef995
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/new-pve-kernel-release-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,9 @@ jobs:
name: Release new kernel
needs: [check-for-new-kernel, build-kernel]
if: needs.build-kernel.outputs.build-successful == 'true'
secrets: inherit
uses: ./.github/workflows/release-kernel.yml
with:
token: ${{ env.TOKEN }}
artifact-name: ${{ needs.build-kernel.outputs.artifacts-name }}
kernel-version: ${{ needs.check-for-new-kernel.outputs.kernel-version }}
proxmox-version: ${{ needs.check-for-new-kernel.outputs.proxmox-version }}

0 comments on commit d6ef995

Please sign in to comment.