Skip to content

feat: add GitHub token authentication support #172

feat: add GitHub token authentication support

feat: add GitHub token authentication support #172

Workflow file for this run

---
name: autofix.ci
on: pull_request
permissions: {}
jobs:
autofix:
runs-on: ubuntu-24.04
permissions: {}
timeout-minutes: 15
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false
ref: ${{ github.head_ref }}
- uses: ./
with:
aqua_version: v2.56.6
env:
GITHUB_TOKEN: ${{github.token}}
- run: aqua upc -prune
- uses: autofix-ci/action@7a166d7532b277f34e16238930461bf77f9d7ed8 # v1.3.3