diff --git a/.github/workflows/update-providers-auto.yml b/.github/workflows/update-providers-auto.yml index a2f382d5c..ea9ec052f 100644 --- a/.github/workflows/update-providers-auto.yml +++ b/.github/workflows/update-providers-auto.yml @@ -1,11 +1,7 @@ name: Update Providers with new bridge version upon release on: push: - tags: - # Typically pf* module is tagged after the main module, so this is a good time to fire off - # automatic downstream upgrades. - - 'pf/**' - workflow_dispatch: + env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}