Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
James Wood authored and James Wood committed Mar 6, 2024
1 parent 172db50 commit 61b1338
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions .github/workflows/hitide_repos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
# First job in the workflow installs and verifies the software
build:
name: Build, Test
name: Refresh Repo Sheet
# The type of runner that the job will run on
runs-on: ubuntu-latest
steps:
Expand All @@ -21,30 +21,27 @@ jobs:
with:
python-version: '3.10'
- name: Install Poetry
uses: abatilo/actions-poetry@v2.0.0
uses: abatilo/actions-poetry@v3
with:
poetry-version: 1.5.1

#########################################################################
# Install & Pylint & Flake
#########################################################################
- name: Poetry Steps
- name: Poetry Setup
working-directory: hitide_repos
run: |
poetry install
#########################################################################
# HiTIDE Setup Token
#########################################################################
- name: Setup Token
- name: Setup Google Token
env:
GSPREAD_TOKEN: ${{ secrets.GOOGLE_TOKEN }}
GOOGLE_TOKEN: ${{ secrets.GOOGLE_TOKEN }}
run: |
mkdir -p ~/.config/gspread
echo "$GSPREAD_TOKEN" > ~/.config/gspread/service_account.json
- name: Verify token file
run: cat ~/.config/gspread/service_account.json
echo "$GOOGLE_TOKEN" > ~/.config/gspread/service_account.json
#########################################################################
# HiTIDE Repos Dashboard
Expand Down
Empty file added hitide_repos/README.md
Empty file.

0 comments on commit 61b1338

Please sign in to comment.