Skip to content

Commit

Permalink
build: Add token parameter for fetching depth and ref
Browse files Browse the repository at this point in the history
  • Loading branch information
samcm committed Aug 24, 2023
1 parent abe31fd commit 726d2a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/alpha-releases.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
with:
fetch-depth: 0
ref: ${{ github.ref }}
token: ${{ secrets.EPOBOT_TOKEN }}
- name: Get latest release version for this release branch
if: startsWith(github.ref, 'refs/heads/release/')
id: latest_version
Expand Down

0 comments on commit 726d2a9

Please sign in to comment.