Skip to content

Commit

Permalink
chore: use secret
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielMSchmidt committed Nov 28, 2022
1 parent e41ded7 commit 0520dc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-labels.yml
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/labeler@v4
with:
# The config file lives under .github/labeler.yml
repo-token: "${{ secrets.GITHUB_TOKEN }}"
repo-token: "${{ secrets.PULL_REQUEST_LABELER }}"
sync-labels: false # If set to true we could not easily overwrite it individually

pr_size:
Expand All @@ -20,7 +20,7 @@ jobs:
steps:
- uses: codelytv/pr-size-labeler@v1
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.PULL_REQUEST_LABELER }}
xs_label: "size/xs"
xs_max_size: "10"
s_label: "size/s"
Expand Down

0 comments on commit 0520dc4

Please sign in to comment.