Skip to content

Commit

Permalink
fix email get
Browse files Browse the repository at this point in the history
  • Loading branch information
wjz304 committed Apr 1, 2024
1 parent a0ac049 commit 97e1688
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ jobs:
exit 1
fi
EMAIL=$(curl -s -H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" "https://api.github.com/users/${{ github.event.issue.user.login }}" | jq -r '.email')
EMAIL=$(curl -s -H "Authorization: token ${{ secrets.ACTION }}" "https://api.github.com/users/${{ github.event.issue.user.login }}" | jq -r '.email')
TTDLURL="$(echo "${UPLOAD}" | grep "Download Page" | head -1)"
echo "TAG=${TAG}" >> $GITHUB_ENV
echo "EMAIL=${EMAIL}" >> $GITHUB_ENV
Expand Down

0 comments on commit 97e1688

Please sign in to comment.