Skip to content

Commit bdc37eb

Browse files
authored
Re-enable persist-credentials to allow changesets to be added
1 parent da90558 commit bdc37eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dependabot-changesets.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
2323
with:
24-
persist-credentials: false
24+
persist-credentials: true # Needed for pushing new changesets
2525

2626
- name: Set up JDK 17
2727
uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1

0 commit comments

Comments
 (0)