We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fd1902 commit 50ffe4bCopy full SHA for 50ffe4b
.github/workflows/cicd.yml
@@ -139,6 +139,7 @@ jobs:
139
with:
140
fetch-depth: 0 # required to see tags and commits
141
ref: ${{ github.sha }} # in case 'ref' (arg default) has been updated since start
142
+ token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
143
- uses: actions/setup-python@v5
144
145
python-version: "${{ fromJSON(needs.py-versions.outputs.matrix)[0] }}"
0 commit comments