We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5027253 commit fac3d88Copy full SHA for fac3d88
.github/workflows/test-action.yml
@@ -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