Skip to content
Merged
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
5 changes: 5 additions & 0 deletions RESTORING_PACKAGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ workflow on GitHub will run to perform the restore.

This will restore the package using the original APK from a GCS bucket.

# Ensure the packages are no longer listed in withdrawn-packages.txt

To ensure that a subsequent withdrawal operation does not withdraw the packages just
restored remove them from withdrawn-packages.txt.

## Technical details

The "Restore packages" workflow exists in `.github/workflows/restore-packages.yaml`.
Expand Down
Loading