Chore: Add id-token:write permission to go workspace action (#98489)

This commit is contained in:
Todd Treece 2025-01-03 14:56:19 -05:00 committed by GitHub
parent f10bf8338e
commit 5f5c3f0531
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,6 +13,7 @@ on:
- '**.go'
permissions:
contents: write
id-token: write
jobs:
update:
runs-on: "ubuntu-latest"