Skip to content

Commit f6daa10

Browse files
authored
CI: Keep credentials on tag sync (pyaedt triggered) (#457)
1 parent 7cd9f6b commit f6daa10

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/sync_release_tag.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,8 @@ jobs:
1313
permissions:
1414
contents: write
1515
steps:
16-
- name: Checkout repository
16+
- name: Checkout repository # zizmor: ignore[artipacked] , credentials must be persisted in this case
1717
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
18-
with:
19-
persist-credentials: false
2018

2119
- name: Create and push tag
2220
run: |

0 commit comments

Comments
 (0)