Skip to content

Commit a747e6b

Browse files
committed
fix: authenticate release fetches in sync workflow
1 parent f3e9588 commit a747e6b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/sync-ppa.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ jobs:
8989
- name: Build source packages
9090
if: steps.state.outputs.skip != 'true'
9191
env:
92+
GITHUB_TOKEN: ${{ github.token }}
9293
RELEASE_TAG: ${{ steps.upstream.outputs.tag }}
9394
PPA_REVISION: ${{ steps.settings.outputs.revision }}
9495
SOURCE_INCLUDE_MODE: auto

0 commit comments

Comments
 (0)