This is an automated email from the ASF dual-hosted git repository.

sbp pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tooling-asf-example.git


The following commit(s) were added to refs/heads/main by this push:
     new ebe044a  Change the OIDC JWT audience to atr-test
ebe044a is described below

commit ebe044a87bceeacdf9cdfffba869f510d1cf79b7
Author: Sean B. Palmer <[email protected]>
AuthorDate: Thu Aug 14 19:58:46 2025 +0100

    Change the OIDC JWT audience to atr-test
---
 .github/workflows/post-oidc-jwt-to-atr.yaml | 3 +--
 pyproject.toml                              | 4 ++--
 src/asf/example/__init__.py                 | 2 +-
 uv.lock                                     | 4 ++--
 4 files changed, 6 insertions(+), 7 deletions(-)

diff --git a/.github/workflows/post-oidc-jwt-to-atr.yaml 
b/.github/workflows/post-oidc-jwt-to-atr.yaml
index 2a97ed0..b0a1485 100644
--- a/.github/workflows/post-oidc-jwt-to-atr.yaml
+++ b/.github/workflows/post-oidc-jwt-to-atr.yaml
@@ -1,4 +1,3 @@
-name: Post GitHub OIDC JWT to the ATR
 on: workflow_dispatch
 jobs:
   send:
@@ -12,7 +11,7 @@ jobs:
         shell: bash
         run: |
           set -euo pipefail
-          _url="${ACTIONS_ID_TOKEN_REQUEST_URL}&audience=example"
+          _url="${ACTIONS_ID_TOKEN_REQUEST_URL}&audience=atr-test"
           _token="${ACTIONS_ID_TOKEN_REQUEST_TOKEN}"
           _jwt="$(curl -sS -H "Authorization: bearer ${_token}" "${_url}" | jq 
-er '.value')"
           echo "::add-mask::${_jwt}"
diff --git a/pyproject.toml b/pyproject.toml
index 3f5dee9..f730a8b 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -5,7 +5,7 @@ build-backend = "hatchling.build"
 [project]
 name            = "asf-example"
 # This is automatically updated
-version         = "0.0.1-dev4"
+version         = "0.0.1-dev5"
 description     = "Example package for ASF Tooling"
 readme          = "README.md"
 requires-python = ">=3.13"
@@ -48,4 +48,4 @@ select = [
 
 [tool.uv]
 # This is automatically updated
-exclude-newer = "2025-08-14T18:02:56Z"
+exclude-newer = "2025-08-14T18:58:29Z"
diff --git a/src/asf/example/__init__.py b/src/asf/example/__init__.py
index 98edcad..df04c17 100644
--- a/src/asf/example/__init__.py
+++ b/src/asf/example/__init__.py
@@ -37,7 +37,7 @@ import tomlkit.items
 
 PROJECT: Final[str] = "asf-example"
 # This is automatically updated
-VERSION: Final[str] = "0.0.1-dev4"
+VERSION: Final[str] = "0.0.1-dev5"
 
 
 class BumpMode(enum.Enum):
diff --git a/uv.lock b/uv.lock
index 4afd113..9ba8aac 100644
--- a/uv.lock
+++ b/uv.lock
@@ -3,11 +3,11 @@ revision = 3
 requires-python = ">=3.13"
 
 [options]
-exclude-newer = "2025-08-14T18:02:56Z"
+exclude-newer = "2025-08-14T18:58:29Z"
 
 [[package]]
 name = "asf-example"
-version = "0.0.1.dev4"
+version = "0.0.1.dev5"
 source = { editable = "." }
 dependencies = [
     { name = "pygit2" },


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to