NTP-7558 | synced file(s) with navi-android/workflows (#322)

Co-authored-by: navi-android[bot] <194247829+navi-android[bot]@users.noreply.github.com>
This commit is contained in:
navi-android[bot]
2025-04-27 15:36:21 +05:30
committed by GitHub
parent 15265f1f15
commit 3ff2ae6f49

View File

@@ -13,8 +13,16 @@ jobs:
spotless:
runs-on: [ default ]
steps:
- name: Create GitHub App Token
uses: navi-synced-actions/actions-create-github-app-token@v1
id: get-token
with:
private-key: ${{ secrets.GH_APP_NAVI_ANDROID_PEM }}
app-id: ${{ secrets.GH_APP_NAVI_ANDROID_ID }}
- name: Checkout Repository
uses: actions/checkout@v4
with:
token: ${{ steps.get-token.outputs.token }}
- name: Fetch Remote Master Branch
run: git fetch origin master
- name: Set up JDK 17