From 98408648194ac697d35d9694a37441d3510b55ab Mon Sep 17 00:00:00 2001 From: Stuart Douglas Date: Mon, 14 Oct 2024 10:49:19 +1100 Subject: [PATCH] fix: copy/paste error (#3096) --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d1889b5f0b..9dde4eee5d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -225,7 +225,7 @@ jobs: - uses: actions/checkout@v4 name: "Checkout Charts Repository" with: - repository: 'stuartwdouglas/ftl-charts' + repository: '${{ github.repository_owner }}/ftl-charts' token: '${{ secrets.FTL_CHARTS_TOKEN }}' fetch-depth: 0 - name: Checkout FTL