Skip to content

Commit

Permalink
permissions追加
Browse files Browse the repository at this point in the history
  • Loading branch information
hanachiru committed Aug 17, 2024
1 parent 2ede8ae commit f7ca58b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
steps:
- uses: actions/checkout@v4
- name: Read and Set Version
Expand Down Expand Up @@ -51,7 +52,7 @@ jobs:
USERNAME: github-actions[bot]
EMAIL: 41898282+github-actions[bot]@users.noreply.github.com
BRANCH: auto/${{ github.run_id }}/${{ github.run_attempt }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ github.token }}
run: |
git config --global user.name "${USERNAME}"
git config --global user.email "${EMAIL}"
Expand Down

0 comments on commit f7ca58b

Please sign in to comment.