Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

Commit

Permalink
Merge pull request #11 from JupiterOne/update-graph-project-name
Browse files Browse the repository at this point in the history
Update graphProjectName for action
  • Loading branch information
Nick-NCSU authored May 20, 2024
2 parents cadfead + 68eddfc commit 8a27c99
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/integration-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,6 @@ jobs:
j1-integration-deployment:
runs-on: ubuntu-latest
steps:
- name: Get integration name
id: get-integration-name
uses: actions/[email protected]
with:
script: |
const repositoryName = context.payload.repository.name
const integrationName = repositoryName.replace("graph-", "")
core.setOutput('integrationName', integrationName)
- name: Get version number
id: get-version-number
uses: actions/[email protected]
Expand All @@ -28,9 +20,9 @@ jobs:
- name: Bump integration deployment version
uses: JupiterOne/integration-github-actions/[email protected]
with:
integrationName:
${{ steps.get-integration-name.outputs.integrationName}}
integrationName: manage-engine-ec
releaseNotes: ${{ github.event.release.body }}
version: ${{ steps.get-version-number.outputs.versionNumber }}
githubToken: ${{ secrets.AUTO_GITHUB_PAT_TOKEN }}
npmAuthToken: ${{ secrets.NPM_AUTH_TOKEN }}
graphProjectName: manageengine-endpoint-central

0 comments on commit 8a27c99

Please sign in to comment.