Skip to content

Commit

Permalink
fix: debug github workflow cannot find package.json error
Browse files Browse the repository at this point in the history
  • Loading branch information
lihini committed Apr 25, 2024
1 parent 3c41354 commit d58d0dc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/firebase-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ jobs:
ref: main
token: ${{ secrets.GITHUB_TOKEN }}
path: ./.github/actions/actions-oidc-debugger
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: 20
- name: Debug OIDC Claims
uses: ./.github/actions/actions-oidc-debugger
with:
Expand All @@ -42,13 +46,9 @@ jobs:
project_id: ${{ env.FIREBASE_PROJECT }}
workload_identity_provider: 'projects/970886652672/locations/global/workloadIdentityPools/dev-ci-pool/providers/my-repo-oidc'
# service_account: '[email protected]'
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: '20'
- name: Install dependencies.
working-directory: ./../
run: |
cd ../
ls -l
npm ci
- name: Deploy to firebase cloud functions.
Expand Down

0 comments on commit d58d0dc

Please sign in to comment.