Skip to content

Commit

Permalink
Better work this time...
Browse files Browse the repository at this point in the history
  • Loading branch information
kalverra committed Jan 27, 2025
1 parent 956817f commit aed7cc3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/parrot-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@ jobs:
release:
name: Build and Release
runs-on: ubuntu-latest
environment: integration
permissions:
id-token: write
contents: write
steps:
- name: Checkout repo
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
Expand Down Expand Up @@ -42,5 +44,5 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }}
IMAGE_PREFIX: ${{ secrets.AWS_ACCOUNT_NUMBER }}.dkr.ecr.${{ secrets.AWS_REGION }}.amazonaws.com
IMAGE_PREFIX: ${{ secrets.QA_AWS_ACCOUNT_NUMBER }}.dkr.ecr.${{ secrets.AWS_REGION }}.amazonaws.com
IMAGE_TAG: ${{ github.ref_name}}
1 change: 1 addition & 0 deletions parrot/.changeset/v0.1.7.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- More release pipeline fixes!
1 change: 0 additions & 1 deletion parrot/.changeset/v01.7.md

This file was deleted.

0 comments on commit aed7cc3

Please sign in to comment.