Skip to content

Commit

Permalink
chore: add token
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed Jan 8, 2025
1 parent 24fd7e2 commit 237a2b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,5 +126,6 @@ jobs:
env:
LABEL_ADD: ${{ steps.prerelease-mode.outputs.prerelease == 'true' && 'Prerelease' || 'Release' }}
LABEL_REMOVE: ${{ steps.prerelease-mode.outputs.prerelease == 'true' && 'Release' || 'Prerelease' }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
gh pr edit ${{ steps.find-pr.outputs.result }} --add-label "$LABEL_ADD" --remove-label "$LABEL_REMOVE"

0 comments on commit 237a2b1

Please sign in to comment.