fix(github): add persist-credentials: false to workflow templates (#8202)

This commit is contained in:
Leonidas
2026-01-13 16:53:30 +01:00
committed by Frank
parent 914c46b000
commit 61964fcabf
3 changed files with 20 additions and 10 deletions
+2
View File
@@ -394,6 +394,8 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v6
with:
persist-credentials: false
- name: Run opencode
uses: anomalyco/opencode/github@latest${envStr}