Skip to content

Commit

Permalink
chore(ci): regenerate GitHub token Cirrus secret
Browse files Browse the repository at this point in the history
Signed-off-by: Fletcher Nichol <[email protected]>
  • Loading branch information
fnichol committed May 19, 2021
1 parent 5e9550a commit 0995bd4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ create_github_release_task:
image: alpine:3
env:
BIN: fnichol-cime
GITHUB_TOKEN: ENCRYPTED[ecc4ca0e5df9225981292126d56d588b2c2ccbc2fd73ad4fc92696cf6ef2613f03b7776b2b1c4fd3586381c0a796f041]
GITHUB_TOKEN: ENCRYPTED[78c00056ec53c8575696ccc698a8252991e4805f2d8ab303c89a002f9e05aaf5c848f64c0335dc2892b3ac2318fcaa07]
install_dependencies_script: apk add curl git jo jq
create_github_release_script: |
if ! upload_url="$(
Expand Down Expand Up @@ -407,7 +407,7 @@ publish_github_release_task:
container:
image: alpine:3
env:
GITHUB_TOKEN: ENCRYPTED[ecc4ca0e5df9225981292126d56d588b2c2ccbc2fd73ad4fc92696cf6ef2613f03b7776b2b1c4fd3586381c0a796f041]
GITHUB_TOKEN: ENCRYPTED[78c00056ec53c8575696ccc698a8252991e4805f2d8ab303c89a002f9e05aaf5c848f64c0335dc2892b3ac2318fcaa07]
install_dependencies_script: apk add curl jo jq
publish_release_script: |
./.ci/cirrus-release.sh gh_publish_release \
Expand All @@ -432,7 +432,7 @@ trigger_nightly_release_task:
container:
image: alpine:3
env:
GITHUB_TOKEN: ENCRYPTED[ecc4ca0e5df9225981292126d56d588b2c2ccbc2fd73ad4fc92696cf6ef2613f03b7776b2b1c4fd3586381c0a796f041]
GITHUB_TOKEN: ENCRYPTED[78c00056ec53c8575696ccc698a8252991e4805f2d8ab303c89a002f9e05aaf5c848f64c0335dc2892b3ac2318fcaa07]
install_dependencies_script: apk add curl git jo jq
trigger_release_script:
./.ci/cirrus-release.sh gh_update_tag "$CIRRUS_REPO_FULL_NAME" nightly

0 comments on commit 0995bd4

Please sign in to comment.