disable persist credentials
Some checks failed
Deploy SvelteKit / deploy (push) Failing after 10s

This commit is contained in:
William Diakite 2025-07-23 10:52:15 -04:00
parent 3d4b5a9e49
commit c14c7ad7fa

View file

@ -14,6 +14,8 @@ jobs:
steps:
- name: Checkout repo
uses: actions/checkout@v4
with:
persist-credentials: false
- name: Deploy with Docker
run: |