Skip to content

Commit

Permalink
fix: add permissions and secrets for prep rollback (#571)
Browse files Browse the repository at this point in the history
  • Loading branch information
fibble authored Jan 22, 2025
1 parent e73ab41 commit 34342d6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -668,6 +668,11 @@ jobs:
internal-image-tag: ${{ needs.terraform_env_prep.outputs.previous_internal_image_tag }}
assets-version: ${{ needs.terraform_env_prep.outputs.previous_assets_version }}
search-image-tag: ${{ needs.get-version.outputs.search }}
permissions:
contents: read
id-token: write
pull-requests: write
secrets: inherit

liquibase-prod:
name: Database Migrations (prod)
Expand Down

0 comments on commit 34342d6

Please sign in to comment.