Skip to content

CI create-release: permission追加 (#1204) #59

CI create-release: permission追加 (#1204)

CI create-release: permission追加 (#1204) #59

---
name: create-release
on:
push:
branches:
- main
paths:
- .github/workflows/create-release.yml
- scripts/action/**
- action.yml
permissions:
contents: write
jobs:
create-release:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: dev-hato/[email protected]
with:
github-token: ${{secrets.GITHUB_TOKEN}}
concurrency:
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.ref }}
cancel-in-progress: true