Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ jobs:
- uses: actions/checkout@v6
with:
fetch-depth: 0
# Use a PAT so the release job can push the version-bump
# commit and tag directly to main, bypassing branch-protection
# rulesets that block the default GITHUB_TOKEN.
token: ${{ secrets.APIFY_SERVICE_ACCOUNT_GITHUB_TOKEN }}

- name: Set up Node.js
uses: actions/setup-node@v6
Expand Down
Loading