Skip to content

Commit e88db0d

Browse files
committed
Add a setting to explicit access
1 parent 4449180 commit e88db0d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/cron.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ jobs:
4444
ref: 'main'
4545
path: repo
4646
token: ${{ secrets.SUDO_BOT_TOKEN }}
47+
# Already the default value, but so you understand the push command will have creds
48+
persist-credentials: true
4749
- name: Import GPG key
4850
if: steps.cache.outputs.cache-hit != 'true'
4951
# v5.2.0 - 111c56156bcc6918c056dbef52164cfa583dc549

0 commit comments

Comments
 (0)