feat(ci): Update release to use github env variables. (#11068)

This commit is contained in:
Richie Foreman
2025-10-15 09:48:03 -04:00
committed by GitHub
parent 203bad7c06
commit 984415f6c7
13 changed files with 394 additions and 152 deletions
+2 -1
View File
@@ -22,7 +22,8 @@ jobs:
smoke-test:
runs-on: 'ubuntu-latest'
permissions:
contents: 'read'
contents: 'write'
packages: 'write'
issues: 'write'
steps:
- name: 'Checkout'