|
|
|
|
@ -108,12 +108,13 @@ jobs:
|
|
|
|
|
env:
|
|
|
|
|
REPO_NAME: ${{ github.repository }}
|
|
|
|
|
SERVER_URL: ${{ github.server_url }}
|
|
|
|
|
GITHUB_TOKEN: ${{ github.token }}
|
|
|
|
|
run: |
|
|
|
|
|
git config --global user.email "github-actions[bot]@users.noreply.github.com"
|
|
|
|
|
git config --global user.name "github-actions[bot]"
|
|
|
|
|
# Re-authenticate git with GitHub token
|
|
|
|
|
SERVER_URL_STRIPPED="${SERVER_URL#https://}"
|
|
|
|
|
git remote set-url origin "https://x-access-token:${{ github.token }}@${SERVER_URL_STRIPPED}/${REPO_NAME}.git"
|
|
|
|
|
git remote set-url origin "https://x-access-token:${GITHUB_TOKEN}@${SERVER_URL_STRIPPED}/${REPO_NAME}.git"
|
|
|
|
|
echo "Git configured with standard GitHub Actions identity"
|
|
|
|
|
- name: Checkout PR branch
|
|
|
|
|
id: checkout-pr
|
|
|
|
|
@ -895,7 +896,10 @@ jobs:
|
|
|
|
|
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
|
|
|
|
|
env:
|
|
|
|
|
WORKFLOW_NAME: "Daily Repo Status"
|
|
|
|
|
WORKFLOW_DESCRIPTION: "This workflow creates daily repo status reports. It gathers recent repository\nactivity (issues, PRs, discussions, releases, code changes) and generates\nengaging GitHub issues with productivity insights, community highlights,\nand project recommendations."
|
|
|
|
|
WORKFLOW_DESCRIPTION: "This workflow creates daily repo status reports. It gathers recent repository
|
|
|
|
|
activity (issues, PRs, discussions, releases, code changes) and generates
|
|
|
|
|
engaging GitHub issues with productivity insights, community highlights,
|
|
|
|
|
and project recommendations."
|
|
|
|
|
HAS_PATCH: ${{ needs.agent.outputs.has_patch }}
|
|
|
|
|
with:
|
|
|
|
|
script: |
|
|
|
|
|
@ -1009,4 +1013,3 @@ jobs:
|
|
|
|
|
setupGlobals(core, github, context, exec, io);
|
|
|
|
|
const { main } = require('/opt/gh-aw/actions/safe_output_handler_manager.cjs');
|
|
|
|
|
await main();
|
|
|
|
|
|
|
|
|
|
|