diff --git a/.github/workflows/importer.yml b/.github/workflows/importer.yml index f51b65e..f6becd6 100644 --- a/.github/workflows/importer.yml +++ b/.github/workflows/importer.yml @@ -37,7 +37,7 @@ jobs: git config --global url."https://$PERSONAL_ACCESS_TOKEN@github.com".insteadOf "https://github.com" python -m pip install --upgrade pip pip install git+https://github.com/thejoeker12/jamfpy@v1.1.0 - pip install git+https://github.com/deploymenttheory/jamftf-python-terraform-importer@v0.2.0 + pip install git+https:/thejoeker12:$PERSONAL_ACCESS_TOKEN/github.com/deploymenttheory/jamftf-python-terraform-importer@v0.2.0 pip install -r scripts/requirements.txt - name: Run Python script