This repository has been archived by the owner on Sep 28, 2024. It is now read-only.
Check upstream upgrade #223
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
env: | |
GH_TOKEN: ${{ secrets.GH_TOKEN }} | |
jobs: | |
upgrade_provider: | |
name: upgrade-provider | |
runs-on: ubuntu-latest | |
steps: | |
- name: Call upgrade provider action | |
uses: pulumi/pulumi-upgrade-provider-action@f399a75a5350242c291cc720eece1c72cb6ea712 # v0.0.12 | |
with: | |
kind: check-upstream-version | |
email: botdirien.de | |
username: dirien-bot | |
permissions: | |
contents: write | |
name: Check upstream upgrade | |
on: | |
workflow_dispatch: {} #so we can run this manually if necessary. | |
schedule: | |
# 3 AM UTC ~ 8 PM PDT / 7 PM PST daily. Time chosen to run during off hours. | |
- cron: 0 3 * * * |