We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17333e9 commit 521da3bCopy full SHA for 521da3b
.github/workflows/build.yml
@@ -25,6 +25,8 @@ jobs:
25
continue-on-error: true
26
27
- name: Set check status
28
+ env:
29
+ GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
30
run: |
31
if [ "${{ steps.lint.outcome }}" == "success" ]; then
32
conclusion="success"
0 commit comments