Check & Update Base OS Digest #70
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Check & Update Base OS Digest | |
on: | |
workflow_dispatch: | |
schedule: | |
- cron: "0 2 * * 1,3,5" | |
jobs: | |
update: | |
uses: trfore/docker-image/.github/workflows/update_base_digest.yml@main # remote repo | |
secrets: | |
TOKEN: ${{ secrets.AUTO_PR_TOKEN }} |