From b4399ee5e890c4087b144b950355ef7602c07dc5 Mon Sep 17 00:00:00 2001 From: Jonathan Peppers Date: Wed, 17 Jun 2026 10:55:35 -0500 Subject: [PATCH] Scope ANDROID_TEAM_PAT to weekly-stable-updates environment MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adds an nvironment: weekly-stable-updates reference to the create-weekly-issue job so the ANDROID_TEAM_PAT secret resolves from an environment-scoped secret rather than a repo-level secret. This lets us apply environment protection rules (reviewers, branch restrictions) to the PAT. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- .github/workflows/weekly-stable-updates.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/weekly-stable-updates.yml b/.github/workflows/weekly-stable-updates.yml index 9e4940a00..4c37cad64 100644 --- a/.github/workflows/weekly-stable-updates.yml +++ b/.github/workflows/weekly-stable-updates.yml @@ -12,7 +12,8 @@ on: jobs: create-weekly-issue: runs-on: ubuntu-latest - + environment: weekly-stable-updates + steps: - name: Get current date id: date