Skip to content

Commit

Permalink
add to env
Browse files Browse the repository at this point in the history
  • Loading branch information
hmacdope committed Mar 8, 2024
1 parent 3044a92 commit ee62122
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/import_data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,17 @@ on:

jobs:
run-script:
runs-on: ubuntu-latest # Define runner OS
runs-on: ubuntu-latest

env:
HINDSIGHT_PAT_TOKEN: ${{ secrets.HINDSIGHT_PAT_TOKEN }}
steps:
- uses: actions/checkout@v2 # Checkout code from repository
- uses: actions/checkout@v2

- name: Set up Python 3.10
uses: actions/setup-python@v2
with:
python-version: "3.10" # Replace with specific version if needed
python-version: "3.10"

- name: Install pygithub
run: |
Expand Down

0 comments on commit ee62122

Please sign in to comment.