Skip to content

Commit 1d4f1f5

Browse files
authored
Merge pull request #77 from PlummersSoftwareLLC/alert-autofixes
Fix for code scanning alerts: Workflow does not contain permissions
2 parents 7200eae + 62a5687 commit 1d4f1f5

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/azure-static-web-apps-agreeable-mud-0b27ba210.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
name: Azure Static Web Apps CI/CD
22

3+
permissions:
4+
contents: read
5+
pull-requests: write
6+
37
on:
48
workflow_dispatch:
59
push:

.github/workflows/github-pages.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ on:
88
jobs:
99
deploy-to-github-pages:
1010

11+
permissions:
12+
contents: write
1113
runs-on: ubuntu-latest
1214
steps:
1315

0 commit comments

Comments
 (0)