Publish: feat: Backstage plugin supports static token (#20383) * feat: Backstage plugin supports static token This addresses issue #20382 and gives users of the Backstage Raycast plugin the ability to authenticate to Backstage via a static token. Signed-off-by: Mike Ball <mikedball@gmail.com> * Update CHANGELOG.md and optimise images --------- Signed-off-by: Mike Ball <mikedball@gmail.com> Co-authored-by: raycastbot <bot@raycast.com> #40
extensions_build_publish.yml
on: push
github.event_name == 'push' && 'Publish' || (github.event_name == 'pull_request' && 'Check' || github.event_name == 'workflow_dispatch' && inputs.command || github.event_name )
0s