Skip to content

Commit fee259e

Browse files
authored
Better work this time... (#1607)
1 parent 956817f commit fee259e

File tree

4 files changed

+5
-2
lines changed

4 files changed

+5
-2
lines changed

.github/workflows/parrot-release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,10 @@ jobs:
99
release:
1010
name: Build and Release
1111
runs-on: ubuntu-latest
12+
environment: integration
1213
permissions:
1314
id-token: write
15+
contents: write
1416
steps:
1517
- name: Checkout repo
1618
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
@@ -42,5 +44,5 @@ jobs:
4244
env:
4345
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4446
GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }}
45-
IMAGE_PREFIX: ${{ secrets.AWS_ACCOUNT_NUMBER }}.dkr.ecr.${{ secrets.AWS_REGION }}.amazonaws.com
47+
IMAGE_PREFIX: ${{ secrets.QA_AWS_ACCOUNT_NUMBER }}.dkr.ecr.${{ secrets.AWS_REGION }}.amazonaws.com
4648
IMAGE_TAG: ${{ github.ref_name}}

parrot/.changeset/v0.1.7.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- More release pipeline fixes!

parrot/.changeset/v0.1.8.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- Fix version number

parrot/.changeset/v01.7.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)