From 897121bb889ff77b29a4e76ba2b8f11e30b0c0be Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 11 Feb 2026 12:12:41 +0000 Subject: [PATCH 1/2] Initial plan From 3a848023e8bbc1e75156b5f66fbe3c4d55869ea9 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 11 Feb 2026 12:21:55 +0000 Subject: [PATCH 2/2] docs: fix tokens page build errors - stable anchor IDs and proper image containers Co-authored-by: mnkiefer <8320933+mnkiefer@users.noreply.github.com> --- docs/src/content/docs/reference/tokens.md | 51 ++++++++++++++--------- pkg/workflow/data/action_pins.json | 5 +++ 2 files changed, 36 insertions(+), 20 deletions(-) diff --git a/docs/src/content/docs/reference/tokens.md b/docs/src/content/docs/reference/tokens.md index 8c02604da13..a05bf44c1be 100644 --- a/docs/src/content/docs/reference/tokens.md +++ b/docs/src/content/docs/reference/tokens.md @@ -50,11 +50,13 @@ gh aw init --tokens --engine 2. Click on "Settings" → "Secrets and variables" → "Actions" 3. Click "New repository secret" and add the token name and value -
- - - Repository secrets page showing configured tokens - +
+
+ + + Repository secrets page showing configured tokens + +
Repository secrets in GitHub Actions settings showing three configured tokens
@@ -69,21 +71,25 @@ Ownership affects token requirements for repositories and Projects (v2). If the To confirm ownership, check the owner name and avatar at the top of the page or in the URL (`github.com/owner-name/...`). Clicking the owner takes you to a personal profile or an organization page, which confirms it instantly. Here are examples of both (left: user-owned, right: org-owned):
-
- - - User-owned repository example - +
+
+ + + User-owned repository example + +
User-owned repository: avatar shows a personal profile icon, URL includes username
-
- - - Organization-owned repository example - +
+
+ + + Organization-owned repository example + +
Organization-owned repository: avatar shows organization icon, URL includes org name
@@ -124,7 +130,8 @@ GitHub Actions automatically provides this token with scoped access to the curre --- -### `GH_AW_GITHUB_TOKEN` Personal Access Token +### `GH_AW_GITHUB_TOKEN` {#enhanced-pat-for-cross-repo-and-remote-tools} +Personal Access Token
@@ -162,7 +169,8 @@ gh aw secrets set GH_AW_GITHUB_TOKEN --value "YOUR_PAT" --- -### `GH_AW_GITHUB_MCP_SERVER_TOKEN` Personal Access Token (optional override) +### `GH_AW_GITHUB_MCP_SERVER_TOKEN` {#github-mcp-server} +Personal Access Token (optional override)
@@ -195,7 +203,8 @@ The compiler automatically sets `GITHUB_MCP_SERVER_TOKEN` and passes it as `GITH --- -### `GH_AW_PROJECT_GITHUB_TOKEN` Personal Access Token +### `GH_AW_PROJECT_GITHUB_TOKEN` {#github-projects-v2} +Personal Access Token
@@ -340,7 +349,8 @@ safe-outputs: --- -### `COPILOT_GITHUB_TOKEN` (Copilot Authentication) Personal Access Token +### `COPILOT_GITHUB_TOKEN` {#copilot-authentication} +Personal Access Token
@@ -443,7 +453,8 @@ gh aw secrets set COPILOT_GITHUB_TOKEN --value "YOUR_COPILOT_PAT" --- -### `GH_AW_AGENT_TOKEN` (Agent Assignment) Personal Access Token +### `GH_AW_AGENT_TOKEN` {#agent-assignment} +Personal Access Token
diff --git a/pkg/workflow/data/action_pins.json b/pkg/workflow/data/action_pins.json index c9ea38685d2..3688f8f2b9e 100644 --- a/pkg/workflow/data/action_pins.json +++ b/pkg/workflow/data/action_pins.json @@ -125,6 +125,11 @@ "version": "v2.0.3", "sha": "e95548e56dfa95d4e1a28d6f422fafe75c4c26fb" }, + "docker/build-push-action@v6": { + "repo": "docker/build-push-action", + "version": "v6", + "sha": "ee4ca427a2f43b6a16632044ca514c076267da23" + }, "docker/build-push-action@v6.18.0": { "repo": "docker/build-push-action", "version": "v6.18.0",