mirror of
https://github.com/hwchase17/langchain.git
synced 2025-07-05 20:58:25 +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:
|
||||
# https://docs.pypi.org/trusted-publishers/adding-a-publisher/
|
||||
id-token: write
|
||||
|
||||
# This permission is needed by `ncipollo/release-action` to create the GitHub release.
|
||||
contents: write
|
||||
defaults:
|
||||
run:
|
||||
working-directory: ${{ inputs.working-directory }}
|
||||
|
Loading…
Reference in New Issue
Block a user