trap icon indicating copy to clipboard operation
trap copied to clipboard

Change GITHUB_TOKEN so that apply-labels.yml workflow can be triggered on any PR

Open lotyp opened this issue 1 year ago • 1 comments

Currently this workflow

https://github.com/buggregator/trap/actions/runs/9773787716/job/26980653857?pr=133 is failing, because when external contributor submits PR, default GITHUB_TOKEN does not have enough permissions to set default labels.

Tasks:

  • [x] Create separate token for apply-labels.yml workflow
  • [ ] Change default token in this workflow

lotyp avatar Jul 04 '24 00:07 lotyp

Added TRAP_LABELER_TOKEN (approve from @butschster required)

roxblnfk avatar Jul 04 '24 04:07 roxblnfk