Skip to content

Commit

Permalink
set github token to pat
Browse files Browse the repository at this point in the history
Signed-off-by: vsoch <vsoch@users.noreply.github.com>
  • Loading branch information
vsoch committed Mar 4, 2022
1 parent 1a03b76 commit 343ca18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/update-data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@ jobs:
# Development branch to be merged/released after proper test
uses: vsoch/contributor-ci@add/custom-save-format
env:

# Note this also needs to be tested if a default will work
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.CCI_GITHUB_TOKEN }}
with:
results_dir: _data/
extract: repos repo_metadata topics languages releases stars activity_commits activity_lines
Expand Down
1 change: 1 addition & 0 deletions contributor-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ repos:
- hpc/Spindle
- hypre-space/hypre
- LLNL/axom

- LLNL/blt
- LLNL/Caliper
- LLNL/CARE
Expand Down

0 comments on commit 343ca18

Please sign in to comment.