Skip to content

Commit 57cec11

Browse files
Add fxes from zizmor
1 parent 358224a commit 57cec11

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,16 @@ on:
88
branches:
99
- '*'
1010

11+
permissions: {}
12+
1113
jobs:
1214
build:
1315
runs-on: ubuntu-latest
1416
steps:
1517
- name: Checkout
1618
uses: actions/checkout@v4
19+
with:
20+
persist-credentials: false
1721
- name: Setup Python
1822
uses: actions/setup-python@v5
1923
with:

0 commit comments

Comments
 (0)