Skip to content

Commit 57223cb

Browse files
Define workflow permissions
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
1 parent 35156dd commit 57223cb

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/deploy_docs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ on:
1212
jobs:
1313
build-docs:
1414
runs-on: ubuntu-latest
15+
permissions:
16+
contents: read
1517
steps:
1618
- name: Checkout repository
1719
uses: actions/checkout@v4

0 commit comments

Comments
 (0)