From 3adbf32396770cb314279ebbfa292aa7d77d4141 Mon Sep 17 00:00:00 2001 From: Jeremy Adams Date: Sat, 6 Sep 2025 08:26:16 -0700 Subject: [PATCH 1/2] update Signed-off-by: Jeremy Adams --- .github/workflows/slash-commands.yml | 4 ++-- .github/workflows/test.yml | 4 ++-- .github/workflows/usage-comments.yml | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) 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 }} From 5379ea9ab2bcd41f0a3e347eee6f3ab6b524729d Mon Sep 17 00:00:00 2001 From: Jeremy Adams Date: Fri, 5 Sep 2025 23:19:29 -0700 Subject: [PATCH 2/2] swampup greeting Signed-off-by: Jeremy Adams --- website/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 @@

Greetings Daggernauts

- Click the button to see a greeting! + Click the button to see a SwampUP greeting!
- +