diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2506e14..d77e384 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -40,7 +40,7 @@ jobs: - name: Checkout Repo uses: actions/checkout@v2 - name: Bump version - uses: mapped/action-vtl@dev + uses: mapped/action-vtl@latest with: baseVersion: 0.0.17 gitHubToken: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/upgrade-provider.yml b/.github/workflows/upgrade-provider.yml index 65521b2..7d9bf5b 100644 --- a/.github/workflows/upgrade-provider.yml +++ b/.github/workflows/upgrade-provider.yml @@ -5,14 +5,6 @@ on: schedule: - cron: "0 5 * * *" - # TODO: Remove when permissions are fixed - # https://pulumi-community.slack.com/archives/C037PV12W6L/p1698447153384709?thread_ts=1697543021.775809&cid=C037PV12W6L - push: - branches: - - master - tags-ignore: - - v* - env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} jobs: