Skip to content

Commit

Permalink
Update test.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
tanho63 authored Feb 14, 2024
1 parent 8b01e97 commit 74b9a00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 74b9a00

Please sign in to comment.