Skip to content

Commit 2aa5ae7

Browse files
committed
comment
1 parent 50ffe4b commit 2aa5ae7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cicd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ jobs:
139139
with:
140140
fetch-depth: 0 # required to see tags and commits
141141
ref: ${{ github.sha }} # in case 'ref' (arg default) has been updated since start
142-
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
142+
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }} # so a new tag can trigger workflows
143143
- uses: actions/setup-python@v5
144144
with:
145145
python-version: "${{ fromJSON(needs.py-versions.outputs.matrix)[0] }}"

0 commit comments

Comments
 (0)