diff --git a/.github/workflows/issue-triage.yml b/.github/workflows/issue-triage.yml index 727c37f0cd9..c8face0c919 100644 --- a/.github/workflows/issue-triage.yml +++ b/.github/workflows/issue-triage.yml @@ -42,10 +42,12 @@ jobs: echo "issue_id=$ISSUE_ID" >> "$GITHUB_OUTPUT" env: GH_TOKEN: ${{ steps.app-token.outputs.token }} + PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }} - name: Update issue with website area field run: gh project item-edit --project-id $PROJECT_ID --id $ISSUE_ID --field-id $AREA_FIELD_ID --single-select-option-id $AREA_WEBSITE env: GH_TOKEN: ${{ steps.app-token.outputs.token }} + PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }} $ISSUE_ID: ${{ steps.get_issue_id.outputs.issue_id }}