Skip to content

Commit

Permalink
feat: use github app
Browse files Browse the repository at this point in the history
  • Loading branch information
olblak authored Jan 8, 2024
1 parent 62411ea commit 60344f8
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/validate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4

- uses: tibdex/[email protected]
id: generate_testing_token
with:
app_id: ${{ secrets.UPDATECLIBOT_TESTING_APP_ID }}
private_key: ${{ secrets.UPDATECLIBOT_TESTING_APP_PRIVKEY }}

- name: Setup updatecli
uses: updatecli/updatecli-action@v2
Expand All @@ -28,4 +34,4 @@ jobs:
- name: e2e tests
run: make e2e-test
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ steps.generate_testing_token.outputs.token }}

0 comments on commit 60344f8

Please sign in to comment.