Skip to content

Commit

Permalink
Generate token for all repositories under current owner running the a…
Browse files Browse the repository at this point in the history
…ction
  • Loading branch information
F-WRunTime committed Dec 3, 2024
1 parent eddef9d commit 03faaef
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ jobs:
id: automerge_token
uses: actions/[email protected]
with:
app_id: ${{ secrets.AUTOMERGE_APP_ID }}
private_key: ${{ secrets.AUTOMERGE_APP_PRIVATE_KEY }}
app-id: ${{ secrets.AUTOMERGE_APP_ID }}
private-key: ${{ secrets.AUTOMERGE_APP_PRIVATE_KEY }}
owner: ${{ github.repository_owner }}
- name: 'Check out devops repo'
env:
token: ${{ steps.automerge_token.outputs.token }}
Expand Down

0 comments on commit 03faaef

Please sign in to comment.