From 7d68c1f7dc274cd87742d136d9b427d2ac7c8868 Mon Sep 17 00:00:00 2001 From: Jason Hall Date: Fri, 5 Dec 2025 15:46:27 -0500 Subject: [PATCH 1/2] add CI test that exercises auth Signed-off-by: Jason Hall --- .github/workflows/auth.yaml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 .github/workflows/auth.yaml diff --git a/.github/workflows/auth.yaml b/.github/workflows/auth.yaml new file mode 100644 index 0000000..6699596 --- /dev/null +++ b/.github/workflows/auth.yaml @@ -0,0 +1,30 @@ +name: Test with auth + +on: + push: + branches: + - 'main' + pull_request_target: + branches: + - 'main' + +jobs: + test: + name: Test with auth + runs-on: ubuntu-latest + + permissions: + contents: read + id-token: write # Needed for auth + + steps: + - name: Harden the runner (Audit all outbound calls) + uses: step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2 + with: + egress-policy: audit + + - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + - uses: ./ + with: + identity: TODO + - run: chainctl version From bfade10b59b05fa502a2c96056eeb938c54692d1 Mon Sep 17 00:00:00 2001 From: Jason Hall Date: Sat, 6 Dec 2025 21:45:24 -0500 Subject: [PATCH 2/2] Update auth.yaml Signed-off-by: Jason Hall --- .github/workflows/auth.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/auth.yaml b/.github/workflows/auth.yaml index 6699596..99f054c 100644 --- a/.github/workflows/auth.yaml +++ b/.github/workflows/auth.yaml @@ -26,5 +26,5 @@ jobs: - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 - uses: ./ with: - identity: TODO - - run: chainctl version + identity: ce2d1984a010471142503340d670612d63ffb9f6/d05d31ba65ec54d1 + - run: chainctl auth status