auth check

This commit is contained in:
SnskArora 2025-03-22 15:19:43 +05:30
parent f6101d21f2
commit 8abaf4edad
No known key found for this signature in database
GPG key ID: 6EC7FEA48093AB59

View file

@ -28,10 +28,20 @@ jobs:
run: make build
env:
VERSION: latest
- name: Generate token
id: generate_token
uses: tibdex/github-app-token@v1
with:
app_id: ${{ secrets.APP_ID }}
private_key: ${{ secrets.APP_PRIVATE_KEY }}
- name: Push
run: make push
env:
VERSION: latest
GH_TOKEN: ${{ steps.generate_token.outputs.token }}
- name: Test
run: make test
- name: Lint