Skip to content

Commit

Permalink
fixes missing GH_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
CrisTofani committed Dec 12, 2024
1 parent cfd5afa commit aa94177
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release-canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ jobs:
APP_VERSION=$(node -p -e "require('./package.json').version")
gh release create "(Canary) $APP_VERSION" --generate-notes
echo "CANARY_VERSION=$APP_VERSION" >> $GITHUB_OUTPUT
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
release-android:
needs: prepare-canary-release
environment: canary
Expand Down

0 comments on commit aa94177

Please sign in to comment.