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 50ffe4b commit 2aa5ae7Copy full SHA for 2aa5ae7
.github/workflows/cicd.yml
@@ -139,7 +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 }}
+ token: ${{ secrets.PERSONAL_ACCESS_TOKEN }} # so a new tag can trigger workflows
143
- uses: actions/setup-python@v5
144
145
python-version: "${{ fromJSON(needs.py-versions.outputs.matrix)[0] }}"
0 commit comments