Skip to content

Commit 172ae51

Browse files
Change permission on deploy workflow (#23)
1 parent 7f7fa95 commit 172ae51

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/deploy.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
name: Deploy
2-
permissions: read-all
32

43
on: workflow_dispatch
54

.github/workflows/test.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
name: Run Tests
2+
permissions: read-all
23

34
on:
45
pull_request:

0 commit comments

Comments
 (0)