Skip to content

Instantly share code, notes, and snippets.

@pam-
Created April 24, 2020 19:43
Show Gist options
  • Save pam-/e2347a8ea293db9bf646a744c9f39eb7 to your computer and use it in GitHub Desktop.
Save pam-/e2347a8ea293db9bf646a744c9f39eb7 to your computer and use it in GitHub Desktop.
- 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