Skip to content

Commit d99279b

Browse files
Fix github token and cron
1 parent b5d2545 commit d99279b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/docker-publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name: Docker
77

88
on:
99
schedule:
10-
- cron: $cron-daily
10+
- cron: '30 3,12 * * *'
1111
push:
1212
branches: [ $default-branch ]
1313
# Publish semver tags as releases.
@@ -61,5 +61,7 @@ jobs:
6161
push: ${{ github.event_name != 'pull_request' }}
6262
tags: ${{ steps.meta.outputs.tags }}
6363
labels: ${{ steps.meta.outputs.labels }}
64+
secrets: |
65+
"GH_TOKEN=${{ secrets.GITHUB_TOKEN }}"
6466
6567

0 commit comments

Comments
 (0)