Skip to content

Commit 2d99feb

Browse files
added permission to angular deploy workflow
1 parent 494edcb commit 2d99feb

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/deploy-angular-example.yml

+6-2
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,16 @@ on:
44
push:
55
branches:
66
- main
7-
workflow_dispatch:
7+
workflow_dispatch:
88

99
jobs:
1010
deploy:
1111
runs-on: ubuntu-latest
12-
12+
permissions:
13+
actions: write
14+
issues: write
15+
pull-requests: write
16+
contents: write
1317
steps:
1418
- name: Checkout repository
1519
uses: actions/checkout@v3

0 commit comments

Comments
 (0)