diff options
| -rw-r--r-- | .github/workflows/pr-release.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/pr-release.yml b/.github/workflows/pr-release.yml index 91699e2..8a12083 100644 --- a/.github/workflows/pr-release.yml +++ b/.github/workflows/pr-release.yml @@ -59,6 +59,8 @@ jobs: path: /tmp/digests pattern: digests-* merge-multiple: true + run-id: ${{ github.event.workflow_run.id }} + github-token: ${{ secrets.GH_PAT }} - name: Create manifest list and push working-directory: /tmp/digests |
