There was an error while loading. Please reload this page.
1 parent 6e10264 commit 25e3749Copy full SHA for 25e3749
1 file changed
.github/workflows/main.yaml
@@ -16,9 +16,7 @@ jobs:
16
runs-on: ubuntu-latest
17
steps:
18
- name: 🛒 Checkout repository
19
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
20
- with:
21
- persist-credentials: false
+ uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 # zizmor: ignore[artipacked]
22
- name: 🔧 Configure git
23
run: |
24
git config --global user.name 'Github Actions'
@@ -51,7 +49,6 @@ jobs:
51
49
- name: 🚀 Push changes
52
50
if: github.ref == 'refs/heads/main' && steps.commit.outputs.version
53
54
- git remote set-url origin https://x-access-token:${{ github.token }}@github.com/${{ github.repository }}
55
git push origin HEAD:refs/heads/main
56
git push origin --tags -f
57
- name: 🎉 Create GitHub release
0 commit comments