Last active
April 29, 2020 20:24
-
-
Save pam-/88cf20b59e0378ebab72aa2426c43902 to your computer and use it in GitHub Desktop.
blog post
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 }} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment