diff --git a/.github/workflows/create-stampy-pr.yml b/.github/workflows/create-stampy-pr.yml deleted file mode 100644 index 0916401d..00000000 --- a/.github/workflows/create-stampy-pr.yml +++ /dev/null @@ -1,15 +0,0 @@ -name: create-stampy-pr - -on: - workflow_dispatch: - -jobs: - stampy-pr: - runs-on: salesforcecli-ubuntu - steps: - - name: Clone the stampy repo - uses: actions/checkout@v3 - with: - github-server-url: 'https://git.soma.salesforce.com' - token: ${{ secrets.SHANE_SOMA_PAT }} - repository: 'Kuleana/stampy-p3'