Skip to content

Chore(deps): bump next from 14.2.4 to 14.2.5 in /e2e/test-app (#98) #72

Chore(deps): bump next from 14.2.4 to 14.2.5 in /e2e/test-app (#98)

Chore(deps): bump next from 14.2.4 to 14.2.5 in /e2e/test-app (#98) #72

Workflow file for this run

on:
push:
branches:
- main
jobs:
update-clientId:
name: update client ID document
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20.x
cache: npm
- run: npm run update-clientId
env:
CLIENT_ID: ${{ secrets.UPDATECLIENTID_CLIENT_ID }}
CLIENT_SECRET: ${{ secrets.UPDATECLIENTID_CLIENT_SECRET }}