Skip to content

Commit

Permalink
Init checkout with PAT token
Browse files Browse the repository at this point in the history
  • Loading branch information
Santonclause committed Apr 30, 2024
1 parent b725170 commit 162292a
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 162292a

Please sign in to comment.