Skip to content

Commit

Permalink
Missed first job adding 'token'
Browse files Browse the repository at this point in the history
  • Loading branch information
F-WRunTime committed Dec 3, 2024
1 parent e7ed705 commit 2764b42
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
app_id: ${{ secrets.AUTOMERGE_APP_ID }}
private_key: ${{ secrets.AUTOMERGE_APP_PRIVATE_KEY }}
- name: 'Check out devops repo'
env:
token: ${{ needs.list.outputs.token }}
uses: actions/[email protected]
- id: list
name: 'List automerge repos'
Expand All @@ -36,7 +38,7 @@ jobs:
steps:
- name: 'Check Automerge Repo to Test'
env:
GITHUB_TOKEN: ${{ needs.list.outputs.token }}
token: ${{ needs.list.outputs.token }}
uses: actions/checkout@v4

- name: 'Automerge runtimeverification/${{ matrix.value }}'
Expand Down

0 comments on commit 2764b42

Please sign in to comment.