diff options
| author | Jakub Beránek <berykubik@gmail.com> | 2024-05-15 15:48:52 +0200 |
|---|---|---|
| committer | Jakub Beránek <berykubik@gmail.com> | 2024-05-15 15:48:52 +0200 |
| commit | 7b6a3d029bf2884126aad7c5d718b1f7eeab3980 (patch) | |
| tree | eecd2a910e1931dfcf8f75f5bcd37904ce90c459 /src/ci | |
| parent | fba5f44bd880b83245f7d30afe55bf745a88cdf0 (diff) | |
| download | rust-7b6a3d029bf2884126aad7c5d718b1f7eeab3980.tar.gz rust-7b6a3d029bf2884126aad7c5d718b1f7eeab3980.zip | |
CI: fix toolstate publishing
Diffstat (limited to 'src/ci')
| -rw-r--r-- | src/ci/github-actions/jobs.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ci/github-actions/jobs.yml b/src/ci/github-actions/jobs.yml index 04888dc09b5..989fcc9f764 100644 --- a/src/ci/github-actions/jobs.yml +++ b/src/ci/github-actions/jobs.yml @@ -50,8 +50,6 @@ envs: production: &production DEPLOY_BUCKET: rust-lang-ci2 - TOOLSTATE_ISSUES_API_URL: https://api.github.com/repos/rust-lang/rust/issues - TOOLSTATE_PUBLISH: 1 # AWS_SECRET_ACCESS_KEYs are stored in GitHub's secrets storage, named # AWS_SECRET_ACCESS_KEY_<keyid>. Including the key id in the name allows to # rotate them in a single branch while keeping the old key in another |
