Skip to content

Commit

Permalink
Fix: deploy.yml 수정
Browse files Browse the repository at this point in the history
- id-token 권한 부여 OIDC 문제 해결
  • Loading branch information
Yeon-chae authored Dec 26, 2024
1 parent 96b54d5 commit 00944a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ env:

jobs:
build:

runs-on: ubuntu-latest
permissions:
id-token: write
contents: read

steps:
Expand Down

0 comments on commit 00944a8

Please sign in to comment.