Skip to content

Commit

Permalink
ci: stampy stub
Browse files Browse the repository at this point in the history
  • Loading branch information
mshanemc committed Sep 19, 2023
1 parent bad953a commit 0b5298c
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/create-stampy-pr.yml
Original file line number Diff line number Diff line change
@@ -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'

0 comments on commit 0b5298c

Please sign in to comment.