Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
abejgonzalez committed Aug 26, 2024
1 parent fcb3152 commit e28c713
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/ci_variables.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def get_ci_value(env_var: str, default_value: str = "") -> str:
# Github token with more permissions to access repositories across the FireSim org.
'PERSONAL_ACCESS_TOKEN': get_ci_value('PERSONAL_ACCESS_TOKEN'),
# Path to Chipyard's HWDB file (if it exists)
'CHIPYARD_HWDB_PATH': get_ci_value('PERSONAL_ACCESS_TOKEN'),
'CHIPYARD_HWDB_PATH': get_ci_value('CHIPYARD_HWDB_PATH'),
}

# for most uses these should be used (over using GITHUB_WORKSPACE)
Expand Down

0 comments on commit e28c713

Please sign in to comment.