Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save merltron-pa/d81f14dc0b3cfb5a353ded9746ea7214 to your computer and use it in GitHub Desktop.
Save merltron-pa/d81f14dc0b3cfb5a353ded9746ea7214 to your computer and use it in GitHub Desktop.
jobs:
validate-release-name:
name: Validate release name
runs-on: 'ubuntu-latest'
steps:
- name: Checkout working branch
uses: actions/checkout@v2
- name: Checkout private actions repo
uses: actions/checkout@v2
with:
repository: acme/private-actions
token: ${{ secrets.GitHub_PAT }} # `GitHub_PAT` is a secret that contains your PAT
path: private-actions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment