Skip to content

Commit

Permalink
Fixing Github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
harikrishnan83 committed May 24, 2024
1 parent abd158d commit 691bbe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:

- name: Build BFF project with Gradle
env:
CENTRAL_CONTRACT_REPO_PAT: ${{ secrets.CENTRAL_CONTRACT_REPO_ACCESS_TOKEN }
CENTRAL_CONTRACT_REPO_PAT: ${{ secrets.CENTRAL_CONTRACT_REPO_ACCESS_TOKEN }}
run: ./gradlew build

- name: Run coverage report
Expand Down

0 comments on commit 691bbe1

Please sign in to comment.