mirror of
https://github.com/sotam0316/docker-py-revanced.git
synced 2026-04-25 03:48:37 +09:00
💚 Fixed missing GH_TOKEN in build-apk.yml
This commit is contained in:
@@ -37,6 +37,8 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
keep_latest: 0
|
keep_latest: 0
|
||||||
delete_tag_pattern: Build*
|
delete_tag_pattern: Build*
|
||||||
|
env:
|
||||||
|
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
|
||||||
|
|
||||||
- name: Upload Build Artifact
|
- name: Upload Build Artifact
|
||||||
uses: ncipollo/release-action@v1.10.0
|
uses: ncipollo/release-action@v1.10.0
|
||||||
|
|||||||
Reference in New Issue
Block a user