Skip to content

Commit

Permalink
do I need these tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
guineveresaenger committed Dec 5, 2023
1 parent b56b1ee commit b6627ca
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/check-upstream-upgrade.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
env:
GH_TOKEN: ${{ secrets.PULUMI_BOT_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
jobs:
check_upgrade_provider:
name: Check for upstream provider upgrades
Expand Down Expand Up @@ -29,7 +26,7 @@ jobs:
- name: Run upgrade-provider upstream check
id: upstream_version
run: |
upgrade-provider "$REPO" --kind=misspell-upstream-version
upgrade-provider "$REPO" --kind=check-upstream-version
env:
REPO: ${{ github.repository }}
shell: bash
Expand Down

0 comments on commit b6627ca

Please sign in to comment.