backstage: add figma-sb-links as dev dependency #7381
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Add new issues and pull requests to Origami Project Board | |
on: | |
- issues | |
- pull_request_target | |
jobs: | |
origami_project_board_job: | |
runs-on: ubuntu-latest | |
name: Add new issue or pull request to Origami Project Board | |
steps: | |
- name: Add new issue or pull request to Origami Project Board | |
id: origami-project-board | |
uses: Financial-Times/origami-project-board-action@v1 | |
with: | |
origami-fox-access-token: ${{ secrets.ORIGAMI_FOX_ACCESS_TOKEN }} |