Skip to content

Commit

Permalink
Merge pull request #188 from baegyeong/main
Browse files Browse the repository at this point in the history
chore: github_token 액세스 정의
  • Loading branch information
baegyeong authored May 27, 2024
2 parents 9ead380 + 013427e commit c5109f5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ on:
branches:
- main

permissions:
id-token: write

jobs:
build:
name: react build & deploy
runs-on: ubuntu-latest
permissions:
id-token: write
contents: read

steps:
- name: checkout Github Action
Expand Down

0 comments on commit c5109f5

Please sign in to comment.