We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a64c45c commit 4be1f44Copy full SHA for 4be1f44
.github/workflows/build-dev.yml
@@ -32,6 +32,8 @@ jobs:
32
else
33
echo "MEMBER_FOUND=false" >> $GITHUB_ENV
34
fi
35
+ env:
36
+ GH_TOKEN: ${{ github.token }}
37
38
- name: Comment on the check result
39
run: |
0 commit comments