diff options
| author | Max Isom <[email protected]> | 2024-08-17 20:59:09 -0700 |
|---|---|---|
| committer | Max Isom <[email protected]> | 2024-08-17 20:59:09 -0700 |
| commit | 22be075c8161441b8a7249e3f97e00054f79c1e9 (patch) | |
| tree | cf3d6cfc39d8a3dc2e9e6ae9bb53d94c3be7089a | |
| parent | 76236005c6ce636e257e9dc862131e72b11f9f56 (diff) | |
| download | muse-22be075c8161441b8a7249e3f97e00054f79c1e9.tar.xz muse-22be075c8161441b8a7249e3f97e00054f79c1e9.zip | |
Update workflow
| -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 |
