Skip to content

Commit 30c4b23

Browse files
authored
Merge pull request #2 from pnavaro/remove_manifest
remove manifest and upgrade some actions
2 parents 53abece + 1cfebf9 commit 30c4b23

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/build.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,13 @@ on:
55
push:
66
branches: main
77

8+
permissions:
9+
actions: write
10+
contents: read
11+
812
jobs:
913
build-deploy:
1014
runs-on: ubuntu-latest
11-
permissions:
12-
contents: write
1315
steps:
1416
- name: Check out repository
1517
uses: actions/checkout@v4

0 commit comments

Comments
 (0)