Skip to content

Commit

Permalink
tokenadded
Browse files Browse the repository at this point in the history
  • Loading branch information
UrPrice committed Feb 23, 2025
1 parent 8f09e03 commit 526f29d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/labeler-approve.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
id: check_approvals
uses: actions/github-script@v6
with:
github-token: ${{ secrets.URPRICE_PAT }}
script: |
console.log('L:A verby 1502 23022025');
const { data: reviews } = await github.rest.pulls.listReviews({
Expand Down Expand Up @@ -41,4 +42,4 @@ jobs:
name: label,
});
}
}
}

0 comments on commit 526f29d

Please sign in to comment.