From 0f9e2b092bbee4117aac2eb7523f57bfc2e46bb7 Mon Sep 17 00:00:00 2001 From: Pulumi Bot Date: Tue, 17 Mar 2026 12:02:33 +0000 Subject: [PATCH] [internal] Update GitHub Actions workflow files --- .github/workflows/copilot-setup-steps.yml | 26 ----------------------- 1 file changed, 26 deletions(-) delete mode 100644 .github/workflows/copilot-setup-steps.yml diff --git a/.github/workflows/copilot-setup-steps.yml b/.github/workflows/copilot-setup-steps.yml deleted file mode 100644 index 0caa64e..0000000 --- a/.github/workflows/copilot-setup-steps.yml +++ /dev/null @@ -1,26 +0,0 @@ -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@v0.56.2 - with: - version: v0.56.2