Skip to content

Commit

Permalink
Add konfig-revalidate-portal.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
dphuang2 committed Jan 22, 2024
1 parent 28e531e commit eed803d
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/konfig-revalidate-portal.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: konfig-revalidate-portal
on:
push:
branches:
- main
jobs:
konfig-revalidate-portal:
runs-on: ubuntu-latest
env:
CLI_VERSION: 1.10.0
steps:
- uses: actions/checkout@v3
- name: Cache node_modules
id: cache-npm
uses: actions/cache@v3
with:
# npm cache files are stored in "~/.npm" on Linux/macOS
path: ~/.npm
key: ${{ runner.os }}-build-${{ env.CLI_VERSION }}
- name: Install Konfig CLI
run: npm install -g konfig-cli@$CLI_VERSION
- name: Revalidate Portal
run: konfig revalidate-portal -o konfig-dev -r bellhop-sdks

0 comments on commit eed803d

Please sign in to comment.