Skip to content

Commit

Permalink
add id-token permission for OIDC
Browse files Browse the repository at this point in the history
  • Loading branch information
kyY00n committed Oct 31, 2024
1 parent 0f48304 commit 0861780
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/frontend-deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ on:
paths:
- frontend/**
- .github/**

permissions:
id-token: write
jobs:
build-dockerfile:
defaults:
Expand Down Expand Up @@ -75,4 +76,5 @@ jobs:
instanceName: ${{ secrets.ALPHA_INSTANCE_NAME }}
workingDirectory: ${{ secrets.ALPHA_WORKING_DIRECTORY }}
commands: |
docker compose restart zipgo-frontend
docker compose restart zipgo-frontend
echo "Succeeded: $GITHUB_SHA" > result.txt

0 comments on commit 0861780

Please sign in to comment.