From 1aec73ad5e6d19526c202b7f11467b03d5aff623 Mon Sep 17 00:00:00 2001 From: Aparna Ravindra <82894348+aparna-ravindra@users.noreply.github.com> Date: Wed, 3 Aug 2022 17:17:12 +0530 Subject: [PATCH] Update canary.yaml to fix typo (#22) Update secret name --- .github/workflows/canary.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/canary.yaml b/.github/workflows/canary.yaml index 6be55a8..d0def5c 100644 --- a/.github/workflows/canary.yaml +++ b/.github/workflows/canary.yaml @@ -38,7 +38,7 @@ jobs: uses: actions/checkout@v2 - name: Install extension env: - GITHUB_TOKEN: ${{ secrets.DASHBOARD_TOKEN }} + GITHUB_TOKEN: ${{ secrets.REPO_WRITE_TOKEN }} run: gh extensions install actions/gh-actions-cache - name: List Command shell: bash