Skip to content

Commit

Permalink
ci(sync): remove token
Browse files Browse the repository at this point in the history
  • Loading branch information
jaygridley committed Jun 27, 2024
1 parent 1dbda1f commit 22170ef
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/template-sync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
token: ${{ secrets.TEST_TOKEN }}

- name: actions-template-sync
uses: AndreasAugustin/actions-template-sync@v2
with:
github_token: ${{ secrets.TEST_TOKEN }}
source_repo_path: lablabs/terraform-aws-eks-universal-addon
upstream_branch: main
pr_labels: kind/sync
Expand Down

0 comments on commit 22170ef

Please sign in to comment.