mirror of
https://github.com/hwchase17/langchain.git
synced 2025-07-06 13:18:12 +00:00
Explicitly add the contents: write
permission for publishing releases. (#9617)
This commit is contained in:
parent
c75e1aa5ed
commit
a1e89aa8d5
3
.github/workflows/_release.yml
vendored
3
.github/workflows/_release.yml
vendored
@ -23,6 +23,9 @@ jobs:
|
|||||||
# Trusted publishing has to also be configured on PyPI for each package:
|
# Trusted publishing has to also be configured on PyPI for each package:
|
||||||
# https://docs.pypi.org/trusted-publishers/adding-a-publisher/
|
# https://docs.pypi.org/trusted-publishers/adding-a-publisher/
|
||||||
id-token: write
|
id-token: write
|
||||||
|
|
||||||
|
# This permission is needed by `ncipollo/release-action` to create the GitHub release.
|
||||||
|
contents: write
|
||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
||||||
working-directory: ${{ inputs.working-directory }}
|
working-directory: ${{ inputs.working-directory }}
|
||||||
|
Loading…
Reference in New Issue
Block a user