openclaw-windows-node/.github/workflows/copilot-setup-steps.yml
dependabot[bot] c9b403c2be
chore(deps): bump github/gh-aw-actions from 0.71.1 to 0.71.3 (#266)
Squash-merged after triage: patch-level gh-aw-actions dependency bump with full CI green and verified upstream tag provenance.
2026-05-04 20:17:54 -07:00

27 lines
772 B
YAML

name: "Copilot Setup Steps"
# This workflow configures the environment for GitHub Copilot Agent with gh-aw MCP server
on:
workflow_dispatch:
push:
paths:
- .github/workflows/copilot-setup-steps.yml
jobs:
# The job MUST be called 'copilot-setup-steps' to be recognized by GitHub Copilot Agent
copilot-setup-steps:
runs-on: ubuntu-latest
# Set minimal permissions for setup steps
# Copilot Agent receives its own token with appropriate permissions
permissions:
contents: read
steps:
- name: Checkout repository
uses: actions/checkout@v6
- name: Install gh-aw extension
uses: github/gh-aw-actions/setup-cli@07c7335cd76c4d4d9f00dd7874f85ff55ed71f24 # v0.71.3
with:
version: v0.68.1