Skip to content

Commit 10455b5

Browse files
chloe41427[bot]marc0der
authored andcommitted
fix: merge duplicate env blocks in triage-on-pr-completion workflow
1 parent 45c138c commit 10455b5

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/triage-on-pr-completion.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
env:
1717
HOOK_URL: ${{ secrets.OPENCLAW_HOOK_URL }}
1818
HOOK_TOKEN: ${{ secrets.OPENCLAW_HOOK_TOKEN }}
19+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1920
run: |
2021
# Fetch PR details from completed workflow
2122
PR_DATA=$(gh api repos/${{ github.repository }}/actions/runs/${{ github.event.workflow_run.id }} \
@@ -40,5 +41,3 @@ jobs:
4041
-H "Content-Type: application/json" \
4142
-d "$PAYLOAD" \
4243
"$HOOK_URL"
43-
env:
44-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)