Skip to content

Commit

Permalink
Update need-triage.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
svor authored Jun 3, 2024
1 parent b16b852 commit ca645f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/need-triage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
run: npm install @octokit/rest

- name: Add Label "status/need-triage" if no label starting with "severity" exists
env:
GITHUB_TOKEN: ${{ secrets.CHE_BOT_GITHUB_TOKEN }}
run: |
node -e "
const { Octokit } = require('@octokit/rest');
Expand All @@ -49,5 +51,3 @@ jobs:
}
})();
"
env:
GITHUB_TOKEN: ${{ secrets.CHE_BOT_GITHUB_TOKEN }}

0 comments on commit ca645f4

Please sign in to comment.