Skip to content

Commit 57cb421

Browse files
author
Nico Wehmöller
committed
Remove unused variable for Ronin Buddy. Change run target to ubuntu-latest for now.
1 parent 7f2e15d commit 57cb421

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ permissions:
1717
jobs:
1818
check:
1919
name: "Coding Chores"
20-
runs-on: self-hosted
20+
runs-on: ubuntu-latest
2121
steps:
2222
- name: Checkout Code
2323
uses: actions/checkout@v4
@@ -29,7 +29,6 @@ jobs:
2929
- name: "Automated Tests"
3030
uses: wehmoen-dev/[email protected]
3131
with:
32-
github_token: ${{ secrets.GITHUB_TOKEN }}
3332
slack_webhook_url: ${{ secrets.SLACK_WEBHOOK_URL }}
3433
app_installation_id: ${{ secrets.BUDDY_INSTALLATION_ID }}
3534
app_private_key: ${{ secrets.BUDDY_PRIVATE_KEY }}

0 commit comments

Comments
 (0)