Skip to content

Commit

Permalink
Add GITHUB_TOKEN environment variable to protobuf-android workflow fo…
Browse files Browse the repository at this point in the history
…r release uploads
  • Loading branch information
decryptable committed Jan 15, 2025
1 parent 37e2bc4 commit 5aa2ec0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/protobuf-android.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ jobs:
release_name: Release ${{ github.ref }}
draft: false
prerelease: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Upload Protobuf Android build to GitHub Release
uses: actions/upload-release-asset@v1
Expand Down

0 comments on commit 5aa2ec0

Please sign in to comment.