Skip to content

Commit 631f7ac

Browse files
authored
Remove github-token from PR close action
Removed the github-token input from the action configuration.
1 parent 2c4b373 commit 631f7ac

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/example.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ jobs:
2626
uses: git-ai-project/action/pr-close@v1
2727
continue-on-error: true
2828
with:
29-
github-token: ${{ secrets.GITHUB_TOKEN }}
3029
pr-url: ${{ github.event.pull_request.html_url }}
3130
merge-commit-sha: ${{ github.event.pull_request.merge_commit_sha }}
3231
# Uncomment and configure for OTLP export:

0 commit comments

Comments
 (0)