mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Remove the react-native-bot context from CircleCI
Summary: While working on T143721371 I've noticed that we still have an exposed context for `react-native-bot` which gives access to `PAT_TOKEN` and `PAT_USERNAME`. As those two variables are unused, we can fully clean this us. Changelog: [Internal] [Changed] - Remove the `react-native-bot` context from CircleCI Reviewed By: cipolleschi Differential Revision: D42886196 fbshipit-source-id: 4eba7a53557fe7af7d87650052630eea2d2d3934
This commit is contained in:
committed by
Facebook GitHub Bot
parent
86852f8cb5
commit
9e4b4ef2d5
@@ -1454,9 +1454,7 @@ jobs:
|
||||
- download_gradle_dependencies
|
||||
|
||||
# START: Stables and nightlies
|
||||
# This conditional step sets up the necessary credentials for publishing react-native to npm,
|
||||
# and for interacting with GitHub as the react-native-bot account. Important: these steps
|
||||
# should not be allowed to run on commits from pull requests.
|
||||
# This conditional step sets up the necessary credentials for publishing react-native to npm.
|
||||
- when:
|
||||
condition:
|
||||
or:
|
||||
@@ -1840,7 +1838,6 @@ workflows:
|
||||
# This job will trigger when a version tag is pushed (by package_release)
|
||||
- build_npm_package:
|
||||
name: build_and_publish_npm_package
|
||||
context: react-native-bot
|
||||
release_type: "release"
|
||||
filters: *only_release_tags
|
||||
requires:
|
||||
@@ -1876,7 +1873,6 @@ workflows:
|
||||
- prepare_hermes_workspace
|
||||
- build_npm_package:
|
||||
name: build_and_publish_npm_package
|
||||
context: react-native-bot
|
||||
release_type: "dry-run"
|
||||
requires:
|
||||
- build_hermesc_linux
|
||||
|
||||
Reference in New Issue
Block a user