Skip to content

Commit

Permalink
Merge pull request #47 from ginzarb/fix-deploy
Browse files Browse the repository at this point in the history
Set permissions for the build
  • Loading branch information
y-yagi authored Jun 25, 2024
2 parents 4c9b54f + 97b26c3 commit 6a71365
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ jobs:
build:
runs-on: ubuntu-latest

permissions:
contents: write

steps:
- uses: actions/checkout@v4

Expand Down Expand Up @@ -42,4 +45,4 @@ jobs:
GIT_COMMITTER_EMAIL: [email protected]
GIT_AUTHOR_NAME: willnet
GIT_AUTHOR_EMAIL: [email protected]
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 6a71365

Please sign in to comment.