diff --git a/.github/workflows/slash-commands.yml b/.github/workflows/slash-commands.yml index f99a4d3..1216e13 100644 --- a/.github/workflows/slash-commands.yml +++ b/.github/workflows/slash-commands.yml @@ -10,8 +10,8 @@ jobs: id: generate-token uses: actions/create-github-app-token@v2 with: - app-id: ${{ secrets.KAL_APP_ID }} - private-key: ${{ secrets.KAL_PRIVATE_KEY }} + app-id: ${{ secrets.BOT_APP_ID }} + private-key: ${{ secrets.BOT_PRIVATE_KEY }} - uses: actions/checkout@v4 - uses: dagger/dagger-for-github@8.0.0 - name: slash agent diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f8bfc3c..7bae365 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,8 +11,8 @@ jobs: id: generate-token uses: actions/create-github-app-token@v2 with: - app-id: ${{ secrets.KAL_APP_ID }} - private-key: ${{ secrets.KAL_PRIVATE_KEY }} + app-id: ${{ secrets.BOT_APP_ID }} + private-key: ${{ secrets.BOT_PRIVATE_KEY }} - uses: actions/checkout@v4 - uses: dagger/dagger-for-github@8.0.0 - name: Check diff --git a/.github/workflows/usage-comments.yml b/.github/workflows/usage-comments.yml index 1886ec0..e346571 100644 --- a/.github/workflows/usage-comments.yml +++ b/.github/workflows/usage-comments.yml @@ -7,19 +7,19 @@ jobs: runs-on: ubuntu-latest steps: - name: Add comment to PR - uses: peter-evans/create-or-update-comment@v3 + uses: peter-evans/create-or-update-comment@v4 with: issue-number: ${{ github.event.pull_request.number }} body: | Test this PR by running the following command: ``` - dagger -m github.com/kpenfound/greetings-api@pull/${{ github.event.pull_request.number }}/head call check + dagger -m github.com/jpadams/greetings-api@pull/${{ github.event.pull_request.number }}/head call check ``` Run this branch locally: ``` - dagger -m github.com/kpenfound/greetings-api@pull/${{ github.event.pull_request.number }}/head call serve up + dagger -m github.com/jpadams/greetings-api@pull/${{ github.event.pull_request.number }}/head call serve up ``` token: ${{ secrets.GITHUB_TOKEN }} diff --git a/website/index.html b/website/index.html index 7e6f858..075d986 100644 --- a/website/index.html +++ b/website/index.html @@ -10,9 +10,9 @@