Skip to content

Commit 0663727

Browse files
Add workflow dispatch and permissions (coder#457)
* Add workflow disptach on production workflow * Add permissions
1 parent 5ced5b4 commit 0663727

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/production.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@ on:
55
branches:
66
- main
77

8+
workflow_dispatch:
9+
10+
permissions:
11+
actions: none
12+
checks: none
13+
contents: read
14+
deployments: none
15+
issues: none
16+
packages: none
17+
pull-requests: none
18+
repository-projects: none
19+
security-events: none
20+
statuses: none
21+
822
jobs:
923
production:
1024
name: Production

0 commit comments

Comments
 (0)