Skip to content

Commit

Permalink
fix(ci): deck integration tests checkout secret
Browse files Browse the repository at this point in the history
The checkout step of these tests was using a secret that is not
available to PRs opened from forks, which made it fail.
This commit removes the token (not needed in CE), which makes the action
fall back to the default github token.

It also adds the workflow to the `paths`, just to make sure it runs when
modified.
  • Loading branch information
samugi committed Nov 15, 2024
1 parent da1100d commit 8a295b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deck-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
- 'kong/plugins/**/daos.lua'
- 'kong/db/dao/*.lua'
- 'kong/api/**/*.lua'
- '.github/workflows/deck-integration.yml'

permissions:
pull-requests: write
Expand Down Expand Up @@ -53,7 +54,6 @@ jobs:
uses: actions/checkout@v4
with:
submodules: recursive
token: ${{ secrets.GHA_KONG_BOT_READ_TOKEN }}

- name: Lookup build cache
id: cache-deps
Expand Down

1 comment on commit 8a295b8

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bazel Build

Docker image available kong/kong:8a295b854b10fa2c9275e713cd9d8e568947e392
Artifacts available https://github.com/Kong/kong/actions/runs/11857175514

Please sign in to comment.