Update canary.yaml to fix typo (#22)

Update secret name
This commit is contained in:
Aparna Ravindra
2022-08-03 17:17:12 +05:30
committed by GitHub
parent ebd16ae99c
commit 1aec73ad5e

View File

@@ -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