Skip to content

Commit 0d77a17

Browse files
committed
eja - adding permissions for reusable workflow calls
1 parent 921564a commit 0d77a17

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/cicd-3-test-deploy.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ permissions:
1313
contents: read
1414
id-token: write
1515
actions: read
16+
issues: write
17+
pull-requests: write
1618

1719
jobs:
1820
metadata:

.github/workflows/release-candidate.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ permissions:
3131
contents: write
3232
id-token: write
3333
actions: read
34+
issues: write
35+
pull-requests: write
3436

3537
jobs:
3638
validate:

0 commit comments

Comments
 (0)