Skip to content

Commit

Permalink
chore: Expand checkout with token
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Davis committed Apr 8, 2023
1 parent 8ae75aa commit e411bf1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-create-release.yml
Expand Up @@ -19,6 +19,10 @@ jobs:

- name: Checkout Code
uses: actions/checkout@v3
with:
repository: InflectionAI/apple-pudding
token: ${{ github.token }}
fetch-depth: 0

- name: Pull again (workflow uses triggered commit as base)
run: |
Expand Down

0 comments on commit e411bf1

Please sign in to comment.