Uh oh!
There was an error while loading. Please reload this page.
fix: fix PR preview delete - #110
Conversation
✅ Preview binaries are ready! To test with modules: |
| - name: Download cleanup signal | ||
| uses: actions/download-artifact@v4 | ||
| with: | ||
| name: cleanup-signal | ||
| github-token: ${{ secrets.GITHUB_TOKEN }} | ||
| run-id: ${{ github.event.workflow_run.id }} | ||
There was a problem hiding this comment.
Can you explain the significance of this artifact?
There was a problem hiding this comment.
@johnstcngh release create/delete/update commands don't work from a PR from a fork as the GITHUB_TOKEN doesn't have enough access.
eg: Check the second step here
https://github.com/coder/agentapi/actions/runs/18270399274/job/52011769517
That's why I had to break this into two parts (similar to the pr release preview).
So now, the signal is created when a PR is closed and then the actual release operations are done on the coder/agentapi repo.
matifali
commented
Jun 4, 2026
@35C4n0r is it still relavent? |
No description provided.