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.
  • Loading branch information
samugi committed Nov 15, 2024
1 parent da1100d commit bf695d3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/deck-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,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

0 comments on commit bf695d3

Please sign in to comment.