Skip to content

Commit

Permalink
Update android.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xoureldeen authored Oct 30, 2024
1 parent c3ba56a commit e2e2e3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
id: create_release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.PAT_TOKEN }} # Use your personal access token
with:
tag_name: ${{ github.event.inputs.release_tag }}
release_name: Release ${{ github.event.inputs.release_tag }}
Expand Down

0 comments on commit e2e2e3b

Please sign in to comment.