Skip to content

Commit

Permalink
modified: .github/workflows/test.yaml
Browse files Browse the repository at this point in the history
- Update tests to use the new less permissive token.
  • Loading branch information
F-WRunTime committed Nov 27, 2024
1 parent 844be84 commit 3f63d9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
with:
org: 'runtimeverification'
repo: ${{ matrix.value }}
token: ${{ secrets.JENKINS_GITHUB_PAT }}
token: ${{ secrets.AUTOMERGE_TOKEN }}
debug: --dry-run

- name: 'Automerge runtimeverification/${{ matrix.value }}'
Expand All @@ -46,7 +46,7 @@ jobs:
with:
org: 'runtimeverification'
repo: ${{ matrix.value }}
token: ${{ secrets.JENKINS_GITHUB_PAT }}
token: ${{ secrets.AUTOMERGE_TOKEN }}
debug: --dry-run
comment: 'true'

0 comments on commit 3f63d9d

Please sign in to comment.