Merge pull request #68 from DeterminateSystems/cole-h-patch-1
Some checks failed
/ Build (push) Failing after -2s
zizmor / zizmor (push) Failing after -3s

fixup: persist credentials for tag creation
This commit is contained in:
Cole Helbling 2026-06-08 19:38:02 -07:00 committed by GitHub
commit 29680e33cb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -26,8 +26,6 @@ jobs:
echo "shorttag=$shorttag" >> "$GITHUB_OUTPUT" echo "shorttag=$shorttag" >> "$GITHUB_OUTPUT"
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false
- name: Create the short tag - name: Create the short tag
env: env:
SHORTTAG: ${{ steps.check_tag.outputs.shorttag }} SHORTTAG: ${{ steps.check_tag.outputs.shorttag }}