Skip to content

*github.TeamAddEvent #13

*github.TeamAddEvent

*github.TeamAddEvent #13

---
name: 'test repo dispatch'
on:
repository_dispatch:
# types: [membership, team.edited, team_add, team.added_to_repository]
jobs:
release:
runs-on: ubuntu-latest
name: Release
permissions:
contents: write
id-token: write
pull-requests: write
repository-projects: write
steps:
- name: Checkout Repo
uses: actions/checkout@v4