Skip to content

feat(action): add support for direct token authentication #54

feat(action): add support for direct token authentication

feat(action): add support for direct token authentication #54

name: Test increment version
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./
with:
app-id: ${{ vars.APP_ID }}
private-key: ${{ secrets.APP_PRIVATE_KEY }}