From 0b5298c52fb3875f11bceca6e888f32a8ddfa347 Mon Sep 17 00:00:00 2001 From: mshanemc Date: Tue, 19 Sep 2023 16:10:18 -0500 Subject: [PATCH] ci: stampy stub --- .github/workflows/create-stampy-pr.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/workflows/create-stampy-pr.yml diff --git a/.github/workflows/create-stampy-pr.yml b/.github/workflows/create-stampy-pr.yml new file mode 100644 index 00000000..0916401d --- /dev/null +++ b/.github/workflows/create-stampy-pr.yml @@ -0,0 +1,15 @@ +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'