Skip to content

Commit

Permalink
Merge pull request #87 from pulumiverse/ci
Browse files Browse the repository at this point in the history
Add pulumi-upgrade-provider workflow
  • Loading branch information
ringods authored Mar 19, 2024
2 parents e72ac02 + 158bf1d commit 366f84c
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/upgrade.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Upgrade provider

on:
workflow_dispatch:
schedule:
- cron: 0 5 * * *

jobs:
upgrade_provider:
name: upgrade-provider
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
issues: write
steps:
- name: Call upgrade provider action
uses: pulumi/[email protected]
env:
GH_TOKEN: ${{ github.token }}

0 comments on commit 366f84c

Please sign in to comment.