Skip to content

Commit

Permalink
added token_test.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
kjsato committed Mar 12, 2024
1 parent 53ce2ed commit 8985cea
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/token_test.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Test KJ3_PATC Token

on:
workflow_dispatch:

jobs:
test:
runs-on: ubuntu-latest

steps:
- name: Checkout repository with KJ3_PATC token
uses: actions/checkout@v2
with:
repository: HopkinsIDD/rsv-forecast-hub_data
token: ${{ secrets.KJ3_PATC }}
fetch-depth: 2

- name: List files in the repository
run: ls -la

0 comments on commit 8985cea

Please sign in to comment.