Skip to content

Commit

Permalink
Update manifest workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Sayali Gaikawad <[email protected]>
  • Loading branch information
gaiksaya committed Jun 22, 2023
1 parent c42689e commit 7e304d5
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions .github/workflows/check-compatibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,16 @@ jobs:
with:
java-version: 11
distribution: adopt
- name: GitHub App token
id: github_app_token
uses: tibdex/[email protected]
with:
app_id: ${{ secrets.APP_ID }}
private_key: ${{ secrets.APP_PRIVATE_KEY }}
installation_id: 22958780
# - name: GitHub App token
# id: github_app_token
# uses: tibdex/[email protected]
# with:
# app_id: ${{ secrets.APP_ID }}
# private_key: ${{ secrets.APP_PRIVATE_KEY }}
# installation_id: 22958780
- name: Check compatilibility
env:
GRGIT_USER: ${{ secrets.GITHUB_TOKEN }}
GRGIT_USER: ${{ secrets.TOKEN }}
run: |
export GRGIT_USER=${secrets.GITHUB_TOKEN}
echo "Checking compatilibility with base branch: ${GITHUB_BASE_REF}"
./gradlew checkCompatibility -Pref=${GITHUB_BASE_REF}

0 comments on commit 7e304d5

Please sign in to comment.