Skip to content

Commit

Permalink
mainブランチへのプッシュでCIが回らないようにする・contents:read権限を付与 (#1148)
Browse files Browse the repository at this point in the history
* 起動条件からmainブランチへのpushを削除

* checkoutでエラーが出るため、contents:readを追加
  • Loading branch information
KentaHizume authored Apr 26, 2024
1 parent 391639d commit c700e1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-release-documents.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

permissions:
id-token: write
contents: write
contents: read

env:
APP_ALESINFINY_MARIS_WEBAPP_NAME: app-alesinfiny-maris-docs-prod
Expand Down

0 comments on commit c700e1a

Please sign in to comment.