We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 233346c commit 67809c4Copy full SHA for 67809c4
.github/workflows/check-gh-cli-version.yml
@@ -52,4 +52,4 @@ jobs:
52
echo "Already using the latest version ($CURRENT_VERSION)"
53
fi
54
env:
55
- GH_TOKEN: ${{ github.token }}
+ GH_TOKEN: ${{ secrets.WORKFLOW_PAT }}
0 commit comments