Skip to content

Commit

Permalink
chore(ci): try not providing GH_TOKEN to release-action
Browse files Browse the repository at this point in the history
  • Loading branch information
tcrasset committed Feb 16, 2024
1 parent e124a0e commit 412843f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android-release-push-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
uses: ncipollo/release-action@v1
with:
artifacts: "build/app/outputs/bundle/release/app-release.aab"
token: ${{ secrets.GH_TOKEN }}
# token: ${{ secrets.GH_TOKEN }}
tag: ${{ steps.version.outputs.content }}
commit: ${{ github.sha }}
prerelease: true

0 comments on commit 412843f

Please sign in to comment.