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 acbc1b0 commit 7f43f16Copy full SHA for 7f43f16
1 file changed
.github/workflows/check-for-updates.yml
@@ -43,7 +43,7 @@ jobs:
43
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
44
with:
45
fetch-depth: 1 # Shallow clone to save time
46
- persist-credentials: false
+ persist-credentials: true # Needed to push the tag
47
48
- name: Set up Python 3.12
49
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
0 commit comments