Skip to content
This repository was archived by the owner on Nov 29, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions .github/actions/rollback_release/action.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
name: Rollback Release
description: Takes the latest release and converts it to a draft and then kicks off a workflow dispatch to publish the previous release to AWS.
inputs:
token:
required: true
description: Github Password
outputs:
goodRelease:
description: The tag of the release that we want to rollback to.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-docsite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,4 +176,4 @@ jobs:
id: rollback
uses: ./.github/actions/rollback_release
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.DX_GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/rollback-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
- name: Update the Bad Release to a Draft
uses: ./.github/actions/rollback_release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.DX_GITHUB_TOKEN }}