We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 198c558 commit c1474baCopy full SHA for c1474ba
.github/workflows/kubecheck.yml
@@ -1,5 +1,9 @@
1
name: KubeCheck 🔍
2
3
+permissions:
4
+ contents: read
5
+ pull-requests: write
6
+
7
on:
8
push:
9
paths:
@@ -131,7 +135,7 @@ jobs:
131
135
- name: Comment on commit
132
136
working-directory: ${{ github.workspace }}
133
137
env:
134
- GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
138
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
139
SHA: ${{ needs.fetch_commit_info.outputs.sha }}
140
COMMIT_MSG: ${{ needs.fetch_commit_info.outputs.message }}
141
COMMIT_TIME: ${{ needs.fetch_commit_info.outputs.timestamp }}
0 commit comments