Skip to content

Commit e33b4be

Browse files
authored
Rgjb te eli 422 add kms permissions to external role (#392)
* Added new kms policy for external write role * Moved ref checkout to the top of deploy job * Remove repeated code
1 parent 69191ba commit e33b4be

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

.github/workflows/base-deploy.yml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -84,25 +84,6 @@ jobs:
8484
contents: write
8585
environment: ${{ needs.metadata.outputs.environment }}
8686
steps:
87-
- name: "Setup Terraform"
88-
uses: hashicorp/setup-terraform@v3
89-
with:
90-
terraform_version: ${{ needs.metadata.outputs.terraform_version }}
91-
92-
- name: "Install Poetry"
93-
run: |
94-
curl -sSL https://install.python-poetry.org | python3 -
95-
echo "$HOME/.local/bin" >> $GITHUB_PATH
96-
97-
- name: "Set up Python"
98-
uses: actions/setup-python@v5
99-
with:
100-
python-version: "3.13"
101-
cache: 'poetry'
102-
103-
- name: "Install dependencies"
104-
run: poetry install
105-
10687
- name: "Checkout repository at ref"
10788
uses: actions/checkout@v5
10889
with:

0 commit comments

Comments
 (0)