Skip to content

Commit

Permalink
Merge pull request #9 from FastLane-Labs/new-release-action-bor
Browse files Browse the repository at this point in the history
Init checkout with PAT token
  • Loading branch information
Santonclause authored Apr 30, 2024
2 parents f8a0512 + 162292a commit 644f322
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/fastlane-release-manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
steps:
- name: Checkout Repository
uses: actions/checkout@v4
with:
token: ${{ secrets.GH_PAT }}
- name: Check upstream releases
# fetch latest releases from upstream and origin
# compare releases and set output if there is a new release found
Expand Down

0 comments on commit 644f322

Please sign in to comment.