Skip to content

Commit cf8acf7

Browse files
authored
Update deploy_to_dev_manually.yml
Reduce permissions
1 parent e9e90ce commit cf8acf7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy_to_dev_manually.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
name: Deploy to dev manually
2-
permissions: read-all
32

43
on:
54
workflow_dispatch:
65

76
jobs:
87
deploy_dev:
8+
permissions:
9+
contents: read
910
uses: 18F/analytics-reporter-api/.github/workflows/deploy.yml@develop
1011
with:
1112
APP_NAME: ${{ vars.APP_NAME_DEV }}

0 commit comments

Comments
 (0)