Skip to content

Commit

Permalink
ci: add repo key to env labeler wd-156
Browse files Browse the repository at this point in the history
  • Loading branch information
what1s1ove committed Nov 19, 2023
1 parent 1b1e951 commit eff3294
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,12 @@ jobs:

- name: Install Dependencies
run: |
npm install
npm ci
- name: Add Environment Labels
uses: ffittschen/pr-branch-labeler@v1
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}'

- name: Lint Commits
run: |
Expand Down

0 comments on commit eff3294

Please sign in to comment.