Skip to content

Commit

Permalink
set VAULT_AUTH_CONFIG_GITHUB_TOKEN on vault container to avoid GH rat…
Browse files Browse the repository at this point in the history
…e limit when running acceptance tests (#1763)
  • Loading branch information
raymonstah authored Feb 21, 2023
1 parent 4054cdb commit 150bfd1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jobs:
env:
VAULT_DEV_ROOT_TOKEN_ID: root
VAULT_LICENSE: ${{ secrets.VAULT_LICENSE }}
VAULT_AUTH_CONFIG_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
options: >-
--health-cmd "VAULT_ADDR=http://127.0.0.1:8200 vault status"
--health-interval 1s
Expand Down

0 comments on commit 150bfd1

Please sign in to comment.