Skip to content

Commit 7edf5f0

Browse files
committed
Re-add checkout step, but remove persist-credentials
1 parent f4ea5fa commit 7edf5f0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build-release-branch.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ jobs:
1414
name: "Update release branch"
1515
runs-on: ubuntu-latest
1616
steps:
17+
- name: Check out project
18+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
19+
with:
20+
persist-credentials: false
21+
1722
- name: Set up Node
1823
uses: actions/setup-node@v4
1924
with:

0 commit comments

Comments
 (0)