Skip to content

Commit fac3d88

Browse files
committed
TO-DROP: test the GitHub Action
Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 5027253 commit fac3d88

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/test-action.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Test the GitHub Action
2+
3+
on:
4+
push:
5+
6+
jobs:
7+
test-action:
8+
runs-on: ubuntu-latest
9+
10+
steps:
11+
- uses: gitgitgadget/gitgitgadget/init@github-action
12+
with:
13+
gitgitgadget-app-id: ${{ secrets.GITGITGADGET_GITHUB_APP_ID }}
14+
gitgitgadget-private-key: ${{ secrets.GITGITGADGET_GITHUB_APP_PRIVATE_KEY }}
15+
gitgitgadget-git-app-id: ${{ secrets.GITGITGADGET_GIT_GITHUB_APP_ID }}
16+
gitgitgadget-git-private-key: ${{ secrets.GITGITGADGET_GIT_GITHUB_APP_PRIVATE_KEY }}

0 commit comments

Comments
 (0)