We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a8fcb1 commit ea105d4Copy full SHA for ea105d4
.github/workflows/pr-check-deploy.yaml
@@ -14,6 +14,7 @@ jobs:
14
- uses: actions/checkout@v3
15
with:
16
fetch-depth: 0
17
+ token: ${{ secrets.PAT_TOKEN }}
18
- uses: actions/setup-python@v6
19
20
python-version: 3.12
0 commit comments