Skip to content

Commit

Permalink
fix: github workflows (#773)
Browse files Browse the repository at this point in the history
  • Loading branch information
JeevaRamu0104 authored Jun 3, 2024
1 parent 98b0b00 commit e24fa1e
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/eslint-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,17 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Generate GitHub app token
id: generate_app_token
uses: actions/create-github-app-token@v1
with:
app-id: ${{ secrets.HYPERSWITCH_BOT_APP_ID }}
private-key: ${{ secrets.HYPERSWITCH_BOT_APP_PRIVATE_KEY }}

- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
token: ${{ secrets.AUTO_RELEASE_PAT }}

- name: Setup Node.js
uses: actions/setup-node@v3
Expand Down

0 comments on commit e24fa1e

Please sign in to comment.