We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7a53fb2 + f58cae9 commit 9291a0aCopy full SHA for 9291a0a
.github/workflows/ci.yml
@@ -17,7 +17,7 @@ permissions:
17
jobs:
18
check:
19
name: "Coding Chores"
20
- runs-on: self-hosted
+ runs-on: ubuntu-latest
21
steps:
22
- name: Checkout Code
23
uses: actions/checkout@v4
@@ -29,7 +29,6 @@ jobs:
29
- name: "Automated Tests"
30
uses: wehmoen-dev/[email protected]
31
with:
32
- github_token: ${{ secrets.GITHUB_TOKEN }}
33
slack_webhook_url: ${{ secrets.SLACK_WEBHOOK_URL }}
34
app_installation_id: ${{ secrets.BUDDY_INSTALLATION_ID }}
35
app_private_key: ${{ secrets.BUDDY_PRIVATE_KEY }}
0 commit comments