Skip to content

chore: Bump github/gh-aw-actions/setup-cli from 0.87.9 to 0.88.4 (#397) #37

chore: Bump github/gh-aw-actions/setup-cli from 0.87.9 to 0.88.4 (#397)

chore: Bump github/gh-aw-actions/setup-cli from 0.87.9 to 0.88.4 (#397) #37

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@v7.0.1
- name: Install gh-aw extension
uses: github/gh-aw-actions/setup-cli@be41add0f204de343293628bb99a72a3894cfd7a # v0.88.4
with:
version: v0.71.5