Skip to content

Testing GH token

Testing GH token #42

Workflow file for this run

name: Push
on:
push
permissions:
actions: write
checks: write
contents: write
deployments: write
issues: write
packages: write
pull-requests: write
repository-projects: write
security-events: write
statuses: write
jobs:
test-job:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Repository Dispatch
uses: peter-evans/repository-dispatch@v2
with:
token: ${{ github.token }}
repository: Gmerold/test-repo-2
event-type: operator-changed
client-payload: '{"github_repo": "${{ github.repository }}"}'