mirror of
https://github.com/headroomlabs-ai/headroom.git
synced 2026-08-27 14:17:10 -04:00
fix: correct YAML mapping for permissions block
This commit is contained in:
parent
bc49e6da16
commit
e91e4f9672
1 changed files with 2 additions and 1 deletions
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
|
|
@ -209,7 +209,8 @@ jobs:
|
|||
if: github.event.inputs.dry_run != 'true' && vars.PYPI_SKIP != 'true'
|
||||
environment: pypi # NOTE: environment name must be a literal; update here if the GitHub environment name changes
|
||||
runs-on: ubuntu-latest
|
||||
permissions: id-token: write # Required for OIDC trusted publishing
|
||||
permissions:
|
||||
id-token: write # Required for OIDC trusted publishing
|
||||
steps:
|
||||
- name: Download dist artifact
|
||||
uses: actions/download-artifact@v4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue