1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-01-03 03:50:58 +00:00

ci: fix adding issues to project

This commit is contained in:
vdovhanych 2022-02-11 08:46:27 +01:00 committed by matejcik
parent 5814e39895
commit 7bb360c4cc

View File

@ -14,7 +14,7 @@ jobs:
steps: steps:
- name: Add new issue to the Backlog 🗂 project board - name: Add new issue to the Backlog 🗂 project board
if: github.event_name == 'issues' && github.event.action == 'opened' if: github.event_name == 'issues' && github.event.action == 'opened'
run: gh issue edit $ISSUE --add-project "Backlog 🗂 " run: gh issue edit $ISSUE --add-project "Backlog 🗂"
env: env:
ISSUE: ${{github.event.issue.html_url}} ISSUE: ${{github.event.issue.html_url}}
GITHUB_TOKEN: ${{ secrets.GH_BOT_TOKEN }} GITHUB_TOKEN: ${{ secrets.GH_BOT_TOKEN }}