Skip to content

Commit fb6365e

Browse files
committed
fix(ci): update checkout step to persist credentials for improved access
Signed-off-by: Nikolai Emil Damm <[email protected]>
1 parent 53f8f1f commit fb6365e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci-go.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,7 @@ jobs:
123123
- name: 📑 Checkout
124124
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
125125
with:
126-
ref: ${{ github.head_ref }}
127-
persist-credentials: false
126+
persist-credentials: true
128127

129128
- name: ⚙️ Setup Go
130129
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0

0 commit comments

Comments
 (0)