Skip to content

Commit

Permalink
pat token used
Browse files Browse the repository at this point in the history
  • Loading branch information
ANSHIKA-26 committed Oct 3, 2024
1 parent 10490c5 commit db27cbc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/auto_label.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
if: github.event_name == 'issues'
uses: actions-ecosystem/action-add-labels@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
github_token: ${{ secrets.PAT_TOKEN }} # Use PAT_TOKEN instead of GITHUB_TOKEN
labels: |
ggsoc-ext
hacktoberfest-accepted
Expand All @@ -24,7 +24,7 @@ jobs:
if: github.event_name == 'pull_request'
uses: actions-ecosystem/action-add-labels@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
github_token: ${{ secrets.PAT_TOKEN }} # Use PAT_TOKEN instead of GITHUB_TOKEN
labels: |
ggsoc-ext
hacktoberfest-accepted

0 comments on commit db27cbc

Please sign in to comment.