Skip to content

请问一下这个是什么原因啊failed to refresh token: The string '{"sub":"14116f7332f34456984091cbc33f7ae1","aud":"7690c�Z�m�{Q�&�Ffp$��j� RL�b2f","exp":171861050c�Z�m�{Q�&�Ffp$��j� RL�"3b5822a0eabe42188b9673c6d590f797"}' doesn't have a valid JSON format. #152

请问一下这个是什么原因啊failed to refresh token: The string '{"sub":"14116f7332f34456984091cbc33f7ae1","aud":"7690c�Z�m�{Q�&�Ffp$��j� RL�b2f","exp":171861050c�Z�m�{Q�&�Ffp$��j� RL�"3b5822a0eabe42188b9673c6d590f797"}' doesn't have a valid JSON format.

请问一下这个是什么原因啊failed to refresh token: The string '{"sub":"14116f7332f34456984091cbc33f7ae1","aud":"7690c�Z�m�{Q�&�Ffp$��j� RL�b2f","exp":171861050c�Z�m�{Q�&�Ffp$��j� RL�"3b5822a0eabe42188b9673c6d590f797"}' doesn't have a valid JSON format. #152

name: Remove working label when issue closed
on:
issues:
types: [closed]
jobs:
rm-working:
runs-on: ubuntu-latest
steps:
- name: Remove working label
uses: actions-cool/issues-helper@v3
with:
actions: 'remove-labels'
token: ${{ secrets.GITHUB_TOKEN }}
issue-number: ${{ github.event.issue.number }}
labels: 'working,pr-welcome'