Skip to content

Adding ghe-manage-v1-upload-an-enterprise-license.sh for #178 #880

Adding ghe-manage-v1-upload-an-enterprise-license.sh for #178

Adding ghe-manage-v1-upload-an-enterprise-license.sh for #178 #880

Workflow file for this run

# This workflow will install Python dependencies, run tests and lint with a single version of Python
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
name: the-power
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
env:
debian_10_csv_file: "/tmp/debian-10-syslog.csv"
heroku_csv_file: "/tmp/heroku-sample.csv"
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.9
uses: actions/setup-python@v5
with:
python-version: 3.9
- name: run configure script
run: |
python3 configure.py --hostname api.github.com \
--enterprise-name enterprise-example \
--org org-example \
--repo testrepo \
--token ghp_mrsMigginsRfGYNzymAWV6tyRZxwbwk0JAI94 \
--webhook-url https://example.com/webhook \
--configure-app yes \
--app-id 1 \
--installation-id 1 \
--client-id client_id \
--team-members "a b c d" \
--team-admin "a" \
--default-committer "b" \
--private-pem-file test.pem \
--primer "list-config"