Skip to content
This repository has been archived by the owner on Mar 6, 2024. It is now read-only.

Commit

Permalink
Refactor Issue-4034 Update secrets name (#4035)
Browse files Browse the repository at this point in the history
* Refactor Issue-4034 Update secrets name

* rename slack webhook token
  • Loading branch information
isabelrios authored Feb 8, 2024
1 parent b1eb7b8 commit 0dda3ab
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions bitrise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ workflows:
inputs:
- channel: "#mobile-alerts-ios"
- message: "The build failed to build"
- webhook_url: "$SLACK_WEBHOOK"
- webhook_url: "$WEBHOOK_SLACK_TOKEN"

focus_ui_test:
before_run:
Expand Down Expand Up @@ -147,7 +147,7 @@ workflows:
inputs:
- channel: "#mobile-alerts-ios"
- message: "The build run the Focus testPlan: $TEST_PLAN_NAME"
- webhook_url: "$SLACK_WEBHOOK"
- webhook_url: "$WEBHOOK_SLACK_TOKEN"

klar_unit_test:
before_run:
Expand Down Expand Up @@ -175,7 +175,7 @@ workflows:
inputs:
- channel: "#mobile-alerts-ios"
- message: "The build run the Klar testPlan: UnitTests"
- webhook_url: "$SLACK_WEBHOOK"
- webhook_url: "$WEBHOOK_SLACK_TOKEN"

focus_unit_test:
before_run:
Expand Down Expand Up @@ -203,7 +203,7 @@ workflows:
inputs:
- channel: "#mobile-alerts-ios"
- message: "The build run the Focus testPlan: UnitTests"
- webhook_url: "$SLACK_WEBHOOK"
- webhook_url: "$WEBHOOK_SLACK_TOKEN"

# FOCUS UTILITIES WORKFLOWS
focus-clone-and-build-dependencies:
Expand Down Expand Up @@ -270,7 +270,7 @@ workflows:
- content: |-
#!/usr/bin/env bash
set -x
/usr/libexec/PlistBuddy -c "Add :NimbusServerURL string ${NIMBUS_SERVER_URL}" focus-ios/Blockzilla/Info.plist
/usr/libexec/PlistBuddy -c "Add :NimbusServerURL string ${NIMBUS_URL}" focus-ios/Blockzilla/Info.plist
/usr/libexec/PlistBuddy -c "Add :NimbusStagingServerURL string ${NIMBUS_STAGING_SERVER_URL}" focus-ios/Blockzilla/Info.plist
/usr/libexec/PlistBuddy -c "Set :NimbusAppName ${NIMBUS_APP_NAME}" focus-ios/Blockzilla/Info.plist
/usr/libexec/PlistBuddy -c "Set :NimbusAppChannel ${NIMBUS_APP_CHANNEL}" focus-ios/Blockzilla/Info.plist
Expand All @@ -283,7 +283,7 @@ workflows:
- content: |-
#!/usr/bin/env bash
set -x
/usr/libexec/PlistBuddy -c "Add :SentryDSN string ${SENTRY_DSN}" focus-ios/Blockzilla/Info.plist
/usr/libexec/PlistBuddy -c "Add :SentryDSN string ${SENTRY_DSN_FOCUS}" focus-ios/Blockzilla/Info.plist
focus-set-default-browser-entitlement:
steps:
Expand Down Expand Up @@ -426,7 +426,7 @@ workflows:
- content: |-
#!/usr/bin/env bash
set -x
focus-ios/focus-ios-tests/tools/sentry-cli --auth-token "$SENTRY_AUTH_TOKEN" upload-dif \
focus-ios/focus-ios-tests/tools/sentry-cli --auth-token "$SENTRY_AUTH_TOKEN_FOCUS" upload-dif \
--org mozilla --project focus-ios "$BITRISE_DSYM_DIR_PATH"
- xcode-archive@3:
inputs:
Expand All @@ -445,7 +445,7 @@ workflows:
- content: |-
#!/usr/bin/env bash
set -x
focus-ios/focus-ios-tests/tools/sentry-cli --auth-token "$SENTRY_AUTH_TOKEN" upload-dif \
focus-ios/focus-ios-tests/tools/sentry-cli --auth-token "$SENTRY_AUTH_TOKEN_FOCUS" upload-dif \
--org mozilla --project klar-ios "$BITRISE_DSYM_DIR_PATH"
focus_SPM_Nightly:
Expand Down Expand Up @@ -494,7 +494,7 @@ workflows:
- content: |-
#!/usr/bin/env bash
set -x
focus-ios/focus-ios-tests/tools/sentry-cli --auth-token "$SENTRY_AUTH_TOKEN" upload-dif \
focus-ios/focus-ios-tests/tools/sentry-cli --auth-token "$SENTRY_AUTH_TOKEN_FOCUS" upload-dif \
--org mozilla --project focus-ios "$BITRISE_DSYM_DIR_PATH"
- xcode-archive@3:
inputs:
Expand All @@ -513,7 +513,7 @@ workflows:
- content: |-
#!/usr/bin/env bash
set -x
focus-ios/focus-ios-tests/tools/sentry-cli --auth-token "$SENTRY_AUTH_TOKEN" upload-dif \
focus-ios/focus-ios-tests/tools/sentry-cli --auth-token "$SENTRY_AUTH_TOKEN_FOCUS" upload-dif \
--org mozilla --project klar-ios "$BITRISE_DSYM_DIR_PATH"
focus_release:
Expand Down Expand Up @@ -543,7 +543,7 @@ workflows:
- content: |-
#!/usr/bin/env bash
set -x
focus-ios/focus-ios-tests/tools/sentry-cli --auth-token "$SENTRY_AUTH_TOKEN" upload-dif \
focus-ios/focus-ios-tests/tools/sentry-cli --auth-token "$SENTRY_AUTH_TOKEN_FOCUS" upload-dif \
--org mozilla --project focus-ios "$BITRISE_DSYM_DIR_PATH"
- xcode-archive@3:
inputs:
Expand All @@ -562,7 +562,7 @@ workflows:
- content: |-
#!/usr/bin/env bash
set -x
focus-ios/focus-ios-tests/tools/sentry-cli --auth-token "$SENTRY_AUTH_TOKEN" upload-dif \
focus-ios/focus-ios-tests/tools/sentry-cli --auth-token "$SENTRY_AUTH_TOKEN_FOCUS" upload-dif \
--org mozilla --project klar-ios "$BITRISE_DSYM_DIR_PATH"
app:
Expand Down

0 comments on commit 0dda3ab

Please sign in to comment.