Skip to content

Commit

Permalink
Update issue-labeler.yaml
Browse files Browse the repository at this point in the history
updated to use the GITHUB_TOKEN secret instead of a custom secret that had to be explicitly created for the action/workflow.
  • Loading branch information
namrathaurs authored and mambelli committed Oct 13, 2022
1 parent 25e66da commit 87498db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/issue-labeler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: RegEx-based Issue Labeler
uses: github/[email protected]
with:
repo-token: "${{ secrets.REGEX_LABELER }}"
repo-token: "${{ secrets.GITHUB_TOKEN }}"
configuration-path: .github/issue-labeler-config-regexes.yaml
# from the third-party documentation:
# not-before attribute is optional and will result in any issues prior to this timestamp to be ignored.
Expand Down

0 comments on commit 87498db

Please sign in to comment.