Skip to content

Commit

Permalink
Try adding packages: write permission
Browse files Browse the repository at this point in the history
  • Loading branch information
emsknock committed Aug 28, 2024
1 parent e5f5670 commit 79b2c21
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ jobs:
permissions:
id-token: write
contents: read
packages: write
steps:
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502
Expand Down Expand Up @@ -97,7 +98,7 @@ jobs:
cache-to: type=gha,mode=max
build-args: GIT_HASH=${{ github.sha }}
tags: |
${{ steps.login-ecr.outputs.registry }}/abicus:v${{ env.ABICUS_VERSION }}-${{ github.run_number }}.${{ github.run_attempt }}
${{ steps.login-ecr.outputs.registry }}/abicus-prod:v${{ env.ABICUS_VERSION }}-${{ github.run_number }}.${{ github.run_attempt }}
build-binaries:
if: false
Expand Down

0 comments on commit 79b2c21

Please sign in to comment.