Skip to content
This repository was archived by the owner on May 12, 2026. It is now read-only.

Commit 0ecb9ef

Browse files
Add workflow permission
1 parent a0808ae commit 0ecb9ef

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build-and-tests.yml

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

0 commit comments

Comments
 (0)