Skip to content

Commit

Permalink
remove Codeship reference in a test token
Browse files Browse the repository at this point in the history
  • Loading branch information
briskt committed Oct 30, 2024
1 parent 7d3f154 commit 63bcfb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions actions-services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ services:
EMAIL_SERVICE_baseUrl: http://email
EMAIL_SERVICE_validIpRanges: 192.168.0.0/16
ID_BROKER_ADAPTER: fake
ID_BROKER_CONFIG_accessToken: codeship-sync-to-broker-11111111
ID_BROKER_CONFIG_accessToken: ci-sync-to-broker-11111111
ID_STORE_ADAPTER: fake
IDP_NAME: Test

broker:
image: silintl/idp-id-broker:latest
environment:
APP_ENV: test
API_ACCESS_KEYS: codeship-sync-to-broker-11111111
API_ACCESS_KEYS: ci-sync-to-broker-11111111
EMAIL_SERVICE_accessToken: dummy
EMAIL_SERVICE_assertValidIp: "false"
EMAIL_SERVICE_baseUrl: http://email
Expand Down

0 comments on commit 63bcfb1

Please sign in to comment.