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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user