Skip to content

Commit

Permalink
Merge pull request #438 from zoncoen/tagpr
Browse files Browse the repository at this point in the history
chore: introduce tagpr
  • Loading branch information
zoncoen authored Aug 5, 2024
2 parents e05cc09 + de2667b commit 0f1444d
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/tagpr.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: tagpr
on:
push:
branches: ["main"]
jobs:
tagpr:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Generate token
id: generate_token
uses: tibdex/[email protected]
with:
app_id: ${{ secrets.WRITE_APP_ID }}
private_key: ${{ secrets.WRITE_PRIVATE_KEY }}
- uses: Songmu/tagpr@v1
env:
GITHUB_TOKEN: ${{ steps.generate_token.outputs.token }}

0 comments on commit 0f1444d

Please sign in to comment.