Skip to content

Commit 0a1b158

Browse files
Potential fix for code scanning alert no. 4: Workflow does not contain permissions (#332)
Signed-off-by: Kurt Garloff <kurt@garloff.de> Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
1 parent ae27e97 commit 0a1b158

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build_and_deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ on:
1010

1111
jobs:
1212
build_and_deploy:
13+
permissions:
14+
contents: write
1315
runs-on: ubuntu-latest
1416
steps:
1517
- name: Checkout Repository

0 commit comments

Comments
 (0)