Skip to content

Update update-ghfetch.yml #20

Update update-ghfetch.yml

Update update-ghfetch.yml #20

Workflow file for this run

name: tagpr
on:
push:
branches:
- main
jobs:
tagpr:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
token: ${{ secrets.GH_PAT }}
- uses: Songmu/tagpr@main
env:
GITHUB_TOKEN: ${{ secrets.GH_PAT }}