Skip to content

Detected Team Change #137

Detected Team Change

Detected Team Change #137

---
name: 'test repo dispatch'
on:
repository_dispatch:
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