Created
April 24, 2020 19:43
-
-
Save pam-/e2347a8ea293db9bf646a744c9f39eb7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- name: Checkout private github actions | |
uses: actions/checkout@v2 | |
with: | |
repository: ‘voxmedia/github-actions-shared-library’ | |
path: ‘github-actions-shared-library’ | |
token: ${{ secrets.GITHUB_ACCESS_TOKEN }} | |
- name: Standard setup | |
run: github-actions-shared-library/standard-setup.sh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment