You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this is my work flow file, when i execute this, am getting the below error. I dont find where to give GraphQL access. I have pretty much given all access to my token. Please suggest Error: Personal access tokens with fine grained access do not support the GraphQL API
this is my work flow file, when i execute this, am getting the below error. I dont find where to give GraphQL access. I have pretty much given all access to my token. Please suggest
Error: Personal access tokens with fine grained access do not support the GraphQL API
uses: github/codeql-action/analyze@v2
with:
category: /language:${{matrix.language}}
uses: peter-murray/github-security-report-action@v2
with:
token: ${{ secrets.SECURITY_TOKEN }}
outputDir: ${{ github.workspace }}/security-report
The text was updated successfully, but these errors were encountered: