Skip to content

Commit

Permalink
Updated label action to use PAT.
Browse files Browse the repository at this point in the history
  • Loading branch information
david-waltermire committed Sep 21, 2023
1 parent 33a6ba0 commit 859c0c0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
paths:
- '.github/labels.json'
name: Create Default Labels
permissions:
issues: write
jobs:
labels:
name: DefaultLabelsActions
Expand All @@ -15,4 +17,4 @@ jobs:
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
- uses: lannonbr/issue-label-manager-action@7890981d0e8f2922211a7fe2c391c53cb3037cb4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}

0 comments on commit 859c0c0

Please sign in to comment.