Skip to content

Commit

Permalink
adding B2 key
Browse files Browse the repository at this point in the history
  • Loading branch information
pic-o committed Feb 18, 2024
1 parent c5b2987 commit aa83aeb
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/gh-task-runner-Alignment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ env:

# Secrets
HUGGING_FACE_HUB_TOKEN: ${{secrets.HUGGING_FACE_HUB_TOKEN}}
B2_APPLICATION_KEY_ID: ${{secrets.B2_APPLICATION_KEY_ID}}
B2_APPLICATION_KEY: ${{secrets.B2_APPLICATION_KEY}}

jobs:
gh-task-runner:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/gh-task-runner-Error-Suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ env:

# Secrets
HUGGING_FACE_HUB_TOKEN: ${{secrets.HUGGING_FACE_HUB_TOKEN}}
B2_APPLICATION_KEY_ID: ${{secrets.B2_APPLICATION_KEY_ID}}
B2_APPLICATION_KEY: ${{secrets.B2_APPLICATION_KEY}}

jobs:
gh-task-runner:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/gh-task-runner-Few-Shot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ env:

# Secrets
HUGGING_FACE_HUB_TOKEN: ${{secrets.HUGGING_FACE_HUB_TOKEN}}
B2_APPLICATION_KEY_ID: ${{secrets.B2_APPLICATION_KEY_ID}}
B2_APPLICATION_KEY: ${{secrets.B2_APPLICATION_KEY}}

jobs:
gh-task-runner:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/gh-task-runner-Large-Suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ env:

# Secrets
HUGGING_FACE_HUB_TOKEN: ${{secrets.HUGGING_FACE_HUB_TOKEN}}
B2_APPLICATION_KEY_ID: ${{secrets.B2_APPLICATION_KEY_ID}}
B2_APPLICATION_KEY: ${{secrets.B2_APPLICATION_KEY}}

jobs:
gh-task-runner:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/gh-task-runner-Single.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1724,6 +1724,8 @@ env:

# Secrets
HUGGING_FACE_HUB_TOKEN: ${{secrets.HUGGING_FACE_HUB_TOKEN}}
B2_APPLICATION_KEY_ID: ${{secrets.B2_APPLICATION_KEY_ID}}
B2_APPLICATION_KEY: ${{secrets.B2_APPLICATION_KEY}}

jobs:
gh-task-runner:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/gh-task-runner-Slow-Suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ env:

# Secrets
HUGGING_FACE_HUB_TOKEN: ${{secrets.HUGGING_FACE_HUB_TOKEN}}
B2_APPLICATION_KEY_ID: ${{secrets.B2_APPLICATION_KEY_ID}}
B2_APPLICATION_KEY: ${{secrets.B2_APPLICATION_KEY}}

jobs:
gh-task-runner:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/gh-task-runner-XLang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ env:

# Secrets
HUGGING_FACE_HUB_TOKEN: ${{secrets.HUGGING_FACE_HUB_TOKEN}}
B2_APPLICATION_KEY_ID: ${{secrets.B2_APPLICATION_KEY_ID}}
B2_APPLICATION_KEY: ${{secrets.B2_APPLICATION_KEY}}

jobs:
gh-task-runner:
Expand Down

0 comments on commit aa83aeb

Please sign in to comment.