From 2841894314bf2207efb97e7e272b068939f8860b Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Wed, 7 Feb 2024 10:35:17 +0300 Subject: [PATCH] ci: fix GH_TOKEN is release.yaml This should fix https://github.com/coder/coder/actions/runs/7807902244 --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index a5139d56fab77..a01aac0e27e65 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -411,7 +411,7 @@ jobs: - name: Sync fork run: gh repo sync cdrci/winget-pkgs -b master env: - GH_TOKEN: ${{ secrets.WINGET_GH_TOKEN }} + GH_TOKEN: ${{ github.token }} - name: Checkout uses: actions/checkout@v4