Skip to content

Commit 9dd4b92

Browse files
authored
[universal]: Implement specific run hook (CloudPirates-io#345)
* Implement specific run hook * Fix wrong permissions * Mistake wrong hooK
1 parent 1c06f2e commit 9dd4b92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-signed-commits.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
permissions:
1616
contents: read
1717
pull-requests: write
18+
issues: write
1819
steps:
1920
- name: Checkout repository
2021
uses: actions/checkout@v5.0.0
@@ -136,4 +137,3 @@ jobs:
136137
if: steps.check-commits.outputs.has_unsigned == 'false'
137138
run: |
138139
echo "✅ All ${{ steps.check-commits.outputs.total_commits }} commits in this PR are signed!"
139-

0 commit comments

Comments
 (0)