Skip to content

Commit da43bd7

Browse files
authored
Merge pull request #4 from rcmonteiro/fix/fix-ci-cd/rcmonteiro
chore: fix permissions for issues and pull requests
2 parents b6c15a8 + 7e8bca4 commit da43bd7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ permissions:
1010
id-token: write
1111
# Grants the workflow write access to the repository contents. (needed for the semantic release)
1212
contents: write
13+
issues: write
14+
pull-requests: write
1315

1416
jobs:
1517
build:

0 commit comments

Comments
 (0)