Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/the-power.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ jobs:
run: |
python3 configure.py --hostname api.github.com \
--enterprise-name enterprise-example \
--token ghp_mrsMigginsPIEShopmAWV6tyRZxwbwk0JAI94 \
--org org-example \
--repo testrepo \
--token ghp_mrsMigginsRfGYNzymAWV6tyRZxwbwk0JAI94 \
--webhook-url https://example.com/webhook \
--repo testrepo \
--repo-webhook-url https://example.com/webhook \
--app-configure yes \
--app-id 1 \
--app-installation-id 1 \
Expand Down
Loading