Skip to content

Commit

Permalink
Fix github actions permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
ggetz committed Nov 1, 2023
1 parent caa30bd commit 04e8945
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:
runs-on: ubuntu-latest
permissions:
statuses: write
contents: read
env:
PROD: true
BUILD_VERSION: ${{ github.ref_name }}.${{ github.run_number }}
AWS_ACCESS_KEY_ID: ${{ secrets.PROD_AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.PROD_AWS_SECRET_ACCESS_KEY }}
AWS_REGION: us-east-1
Expand Down

0 comments on commit 04e8945

Please sign in to comment.