Skip to content

Commit

Permalink
chore: 1) Switch to latest VTL action 2) Disable update-provider
Browse files Browse the repository at this point in the history
  • Loading branch information
vavsab committed Oct 30, 2023
1 parent 1d6cf1e commit 2a65ccc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
8 changes: 0 additions & 8 deletions .github/workflows/upgrade-provider.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 2a65ccc

Please sign in to comment.