Skip to content

Commit

Permalink
add permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
pelikhan committed Apr 11, 2024
1 parent af141c0 commit cd8a966
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ on:
jobs:
build:
runs-on: ubuntu-latest
permissions:
actions: read
contents: write
steps:
- uses: actions/checkout@v3
with:
Expand Down
3 changes: 2 additions & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"recommendations": [
"dotenv.dotenv-vscode",
"rpdswtk.vsmqtt",
"unifiedjs.vscode-mdx"
"unifiedjs.vscode-mdx",
"genaiscript.genaiscript-vscode"
]
}

0 comments on commit cd8a966

Please sign in to comment.