Skip to content

Commit 441e79c

Browse files
authored
Merge pull request #15 from scribd/alant/shared-workflow
Use shared workflow
2 parents 23f5f81 + 2f6f600 commit 441e79c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)