From 74b9a0052a9604a890dca14f530d471de081153b Mon Sep 17 00:00:00 2001 From: Tan Ho <38083823+tanho63@users.noreply.github.com> Date: Wed, 14 Feb 2024 08:33:58 -0500 Subject: [PATCH] Update test.yaml --- .github/workflows/test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 53a27b7..af8839f 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-22.04 name: create_release env: - GITHUB_PAT: ${{ secrets.NFLVERSE_GH_TOKEN }} + GH_TOKEN: ${{ secrets.NFLVERSE_GH_TOKEN }} steps: - name: Create Release with gh - run: gh release create archive-$(date '+%Y-%m-%d') -R nflverse/nflverse-data-archives + run: gh release create archive-test-$(date '+%Y-%m-%d') -R nflverse/nflverse-data-archives