Skip to content

Commit

Permalink
fix: add missing field 'id-token'
Browse files Browse the repository at this point in the history
  • Loading branch information
kyY00n committed Sep 12, 2024
1 parent 9e0786d commit e3dcaed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/backend-build-alpha-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ on:
pull_request:
branches: [ develop ]
paths: backend/**

permission:
id-token: write
jobs:
build:
defaults:
run:
working-directory: backend
runs-on: ubuntu-latest

steps:
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v4 # More information on this action can be found below in the 'AWS Credentials' section
Expand Down

0 comments on commit e3dcaed

Please sign in to comment.