Skip to content

Commit b4fb94a

Browse files
authored
ci: move token loading from env to the actions
1 parent 0f13dc9 commit b4fb94a

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/alpha.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,7 @@ jobs:
158158
fga-preview-alpha-build-x86-${{ env.COMMIT_COUNT }}.apk
159159
prerelease: true
160160
draft: true
161-
env:
162-
GITHUB_TOKEN: ${{ secrets.RELEASE_ON_ANOTHER_REPO }}
161+
token: ${{ secrets.RELEASE_ON_ANOTHER_REPO }}
163162

164163
- name: Create release
165164
uses: softprops/action-gh-release@153bb8e04406b158c6c84fc1615b65b24149a1fe # v2.6.1

0 commit comments

Comments
 (0)