Skip to content

Chore(deps): bump @inrupt/solid-client-access-grants from 3.2.0 to 3.… #219

Chore(deps): bump @inrupt/solid-client-access-grants from 3.2.0 to 3.…

Chore(deps): bump @inrupt/solid-client-access-grants from 3.2.0 to 3.… #219

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-file: ".nvmrc"
cache: npm
- run: npm run update-clientId
env:
CLIENT_ID: ${{ secrets.UPDATECLIENTID_CLIENT_ID }}
CLIENT_SECRET: ${{ secrets.UPDATECLIENTID_CLIENT_SECRET }}