Skip to content

Commit

Permalink
[temp] automate auth-spa
Browse files Browse the repository at this point in the history
  • Loading branch information
brionmario committed Jan 18, 2024
1 parent 43f0775 commit b37a790
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions .github/workflows/asgardeo-auth-spa-version-updater.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,21 @@ env:

jobs:
bump-version:
name: 🌝 Nightly Version Bump
runs-on: ubuntu-latest

strategy:
matrix:
node-version: [lts/*]
maven-version: [3.8.6]
java-version: [1.8]
pnpm-version: [8.7.4]
steps:
- name: ⬇️ Checkout code
- name: ⬇️ Checkout
id: checkout
uses: actions/checkout@v2
uses: actions/checkout@v2.3.3
with:
token: ${{ env.GH_TOKEN }}
fetch-depth: 0
token: ${{ env.GH_TOKEN }}
fetch-depth: 0

- name: 🌟 Set up Git
run: |
Expand Down

0 comments on commit b37a790

Please sign in to comment.