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.
2 parents 23f5f81 + 2f6f600 commit 441e79cCopy full SHA for 441e79c
.github/workflows/ci.yml
@@ -0,0 +1,9 @@
1
+name: CI
2
+
3
+on: push
4
5
+jobs:
6
+ shared-workflow:
7
+ uses: scribd/github-actions-shared-workflows/.github/workflows/shared-workflow.yml@main
8
+ secrets:
9
+ github_access_token: ${{ secrets.SCRIBD_GITHUB_GENERIC_TOKEN }}
0 commit comments