ci: pass GitHub App token secrets to release workflow

The shared release workflow now requires RELEASE_APP_ID and
RELEASE_APP_PRIVATE_KEY secrets for PR creation, since the org
blocks GITHUB_TOKEN from creating PRs.

Depends on privilegedescalation/.github#31

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
privilegedescalation-paperclip[bot]
2026-03-20 00:46:02 +00:00
committed by GitHub
parent e77f075521
commit 4198f365f7
+3
View File
@@ -15,6 +15,9 @@ permissions:
jobs:
release:
uses: privilegedescalation/.github/.github/workflows/plugin-release.yaml@main
secrets:
RELEASE_APP_ID: ${{ secrets.RELEASE_APP_ID }}
RELEASE_APP_PRIVATE_KEY: ${{ secrets.RELEASE_APP_PRIVATE_KEY }}
with:
version: ${{ inputs.version }}
upstream-repo: 'intel/intel-device-plugins-for-kubernetes'