Skip to content

Commit

Permalink
fix: permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
TAK848 committed Feb 25, 2024
1 parent b2e7090 commit 6594399
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/deploy-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ env:
AWS_REGION: ap-northeast-1
AWS_ACCOUNT_ID: 905418376731

permissions:
id-token: write
contents: read

jobs:
config:
runs-on: ubuntu-latest
Expand All @@ -29,6 +25,8 @@ jobs:
runs-on: ubuntu-latest
permissions:
packages: write
id-token: write
contents: read
steps:
- name: Prepare
id: prep
Expand Down Expand Up @@ -85,6 +83,9 @@ jobs:
platforms: linux/amd64,linux/arm64

deploy:
permissions:
id-token: write
contents: read
needs: [config, build-and-push]
runs-on: ubuntu-latest
# use ecspresso
Expand Down

0 comments on commit 6594399

Please sign in to comment.