We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb64baf commit f598b44Copy full SHA for f598b44
.github/workflows/add_member.yml
@@ -36,6 +36,8 @@ jobs:
36
python -c "print('USERNAME='+'${{ github.event.issue.title }}'.split(' - ')[1])" >> $GITHUB_ENV
37
38
- name: Check whether username exists
39
+ env:
40
+ GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
41
run: |
42
gh api /users/${{ env.USERNAME }} > /dev/null
43
if [ $? -ne 0 ]; then
0 commit comments