Skip to content

Commit

Permalink
fix: ci の実行時 permission を追加する
Browse files Browse the repository at this point in the history
  • Loading branch information
kokoichi206 committed Feb 4, 2024
1 parent dbff88f commit e10c2a0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy-openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ jobs:
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
needs: build
permissions:
pages: write
id-token: write
actions: read
steps:
- name: Deploy to gh-pages
id: deployment
Expand Down

0 comments on commit e10c2a0

Please sign in to comment.