Skip to content

Commit

Permalink
fix(helm): remove token (already revoked)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmoscode committed Jun 2, 2023
1 parent c50a366 commit acfcac5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Taskfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ tasks:
build:
desc: Build the whole app
cmds:
- ./gradlew build -PgithubToken=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 -x test -x jacocoTestCoverageVerification
- ./gradlew build -PgithubToken=xxx -x test -x jacocoTestCoverageVerification

buildDocker:
desc: Build the app and the corresponding Docker image (tagged as "miw-test")
Expand Down

0 comments on commit acfcac5

Please sign in to comment.