Skip to content

Merge pull request #181 from hatena/renovate/x-motemen-blogsync-0.x #127

Merge pull request #181 from hatena/renovate/x-motemen-blogsync-0.x

Merge pull request #181 from hatena/renovate/x-motemen-blogsync-0.x #127

Workflow file for this run

name: Release with tagpr
on:
push:
branches: ["main"]
jobs:
tagpr:
runs-on: ubuntu-latest
steps:
- uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
id: app-token
with:
app-id: ${{ vars.APP_ID }}
private-key: ${{ secrets.PRIVATE_KEY }}
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
token: ${{ steps.app-token.outputs.token }}
- uses: Songmu/tagpr@b3fb89424646b06c8aa460f50307c60b6a541425 # v1.17.1
env:
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}