Skip to content

Commit 27096ae

Browse files
Potential fix for code scanning alert no. 3: Workflow does not contain permissions
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
1 parent 59ee8dc commit 27096ae

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/main.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ jobs:
1010
test:
1111
name: Test and Build OpenFGA
1212
runs-on: ubuntu-latest
13+
permissions:
14+
contents: read
1315

1416
strategy:
1517
matrix:

0 commit comments

Comments
 (0)