mirror of
https://github.com/langchain-ai/staged-recipes.git
synced 2026-07-01 20:54:22 -04:00
Merge pull request #1 from langchain-ai/alert-autofix-1
Potential fix for code scanning alert no. 1: Workflow does not contain permissions
This commit is contained in:
@@ -10,6 +10,9 @@ jobs:
|
||||
make-comment:
|
||||
name: make comment
|
||||
runs-on: ubuntu-slim
|
||||
permissions:
|
||||
contents: read
|
||||
pull-requests: write
|
||||
defaults:
|
||||
run:
|
||||
shell: bash -leo pipefail {0}
|
||||
|
||||
Reference in New Issue
Block a user