TechDocs: Remove failing TechDocs project board workflow

The workflow can not run on PRs created from a fork because secrets are not shared in GitHub actions with forks. To avoid having a failed workflow in some PRs, this condition is being added on the job.
This commit is contained in:
Himanshu Mishra
2021-01-06 15:09:19 +01:00
parent 51cae2ceb4
commit 5663fa567c
@@ -16,6 +16,7 @@ jobs:
assign_issue_or_pr_to_project:
runs-on: ubuntu-latest
name: Triage
if: ${{ env.MY_GITHUB_TOKEN }} != null
steps:
- name: Assign new issue to Incoming based on its title.
uses: srggrs/assign-one-project-github-action@1.2.0