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

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


The following commit(s) were added to refs/heads/main by this push:
     new 80088ef  Add ID token write
80088ef is described below

commit 80088ef9c23fb30bba5ebc5fc21236b3f67dc083
Author: Alastair McFarlane <[email protected]>
AuthorDate: Tue Jan 6 17:16:02 2026 +0000

    Add ID token write
---
 .github/workflows/distribute-test.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.github/workflows/distribute-test.yml 
b/.github/workflows/distribute-test.yml
index 239d7bf..dd6813b 100644
--- a/.github/workflows/distribute-test.yml
+++ b/.github/workflows/distribute-test.yml
@@ -18,6 +18,9 @@
 name: Distribute from ATR
 run-name: "${{ inputs.id }}"
 
+permissions:
+  id-token: write
+
 on:
   workflow_dispatch:
     inputs:


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

Reply via email to