Skip to content

Commit

Permalink
[feature/deploy-bug-fix] actions 권한 추가 (#22)
Browse files Browse the repository at this point in the history
* [feature/deploy-bug-fix] 배포 버그 수정

* [feature/deploy-bug-fix] actions 권한 추가
  • Loading branch information
Sotaneum committed Aug 25, 2023
1 parent 86bd798 commit fd4537c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,19 @@ on:

workflow_dispatch:

# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
contents: read
pages: write
id-token: write

concurrency:
group: ${{ github.workflow }}
cancel-in-progress: true

jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit fd4537c

Please sign in to comment.