Skip to content

Commit

Permalink
url change
Browse files Browse the repository at this point in the history
  • Loading branch information
runningdeveloper committed Jun 21, 2024
1 parent c0735dd commit b8fa33a
Show file tree
Hide file tree
Showing 3 changed files with 3,961 additions and 17 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/strava-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@ jobs:

- run: npm ci

- run: node .
env:
STRAVA_CLIENT_ID: ${{ secrets.STRAVA_CLIENT_ID }}
STRAVA_CLIENT_SECRET: ${{ secrets.STRAVA_CLIENT_SECRET }}
STRAVA_REFRESH_TOKEN: ${{ secrets.STRAVA_REFRESH_TOKEN }}

- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: Updated activity list
# - run: node .
# env:
# STRAVA_CLIENT_ID: ${{ secrets.STRAVA_CLIENT_ID }}
# STRAVA_CLIENT_SECRET: ${{ secrets.STRAVA_CLIENT_SECRET }}
# STRAVA_REFRESH_TOKEN: ${{ secrets.STRAVA_REFRESH_TOKEN }}

# - uses: stefanzweifel/git-auto-commit-action@v4
# with:
# commit_message: Updated activity list

- run: npm run website-build

Expand Down
Loading

0 comments on commit b8fa33a

Please sign in to comment.