Skip to content

Commit 4e0b17c

Browse files
committed
Enable persist-credentials in Dependabot PR workflow
Signed-off-by: Lennart Jern <lennart.jern@est.tech>
1 parent 76e9cac commit 4e0b17c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-dependabot.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Check out code into the Go module directory
2323
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # tag=v6.0.2
2424
with:
25-
persist-credentials: false
25+
persist-credentials: true # We need this for commit and push later
2626
- name: Calculate go version
2727
id: vars
2828
run: echo "go_version=$(make go-version)" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)