Skip to content

feat: add GitHub CLI and gh-aw extension installation#1304

Draft
Baris Tanyeri (BarisTanyeri) wants to merge 1 commit into
mainfrom
agents/add-gh-command-and-auth-setup
Draft

feat: add GitHub CLI and gh-aw extension installation#1304
Baris Tanyeri (BarisTanyeri) wants to merge 1 commit into
mainfrom
agents/add-gh-command-and-auth-setup

feat: add GitHub CLI and gh-aw extension installation to Dockerfile a…

f1b69a1
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
GitHub Actions / Test Results failed Jun 12, 2026 in 0s

1 fail, 2 pass in 1s

 4 files  4 suites   1s ⏱️
 3 tests 2 ✅ 0 💤 1 ❌
12 runs  8 ✅ 0 💤 4 ❌

Results for commit f1b69a1.

Annotations

Check warning on line 0 in integration-tests.bats

See this annotation in the file changed.

@github-actions github-actions / Test Results

All 4 runs failed: gh aw extension is installed (integration-tests.bats)

test-report-amp-devcontainer-base-ARM64.xml [took 0s]
test-report-amp-devcontainer-base-X64.xml [took 0s]
test-report-amp-devcontainer-base-podman-ARM64.xml [took 0s]
test-report-amp-devcontainer-base-podman-X64.xml [took 0s]
Raw output
(from function `assert_success' in file /usr/local/bats-assert/src/assert_success.bash, line 45,
 in test file test/base/integration-tests.bats, line 24)
  `assert_success' failed

-- command failed --
status : 4
output (3 lines):
  gh: To use GitHub CLI in a GitHub Actions workflow, set the GH_TOKEN environment variable. Example:
    env:
      GH_TOKEN: ${{ github.token }}
--