mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2025-12-20 20:19:35 -06:00
fix(ci): remove token from flatpak workflow (#643)
This commit is contained in:
3
.github/workflows/validate.yml
vendored
3
.github/workflows/validate.yml
vendored
@@ -159,7 +159,6 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
token: ${{ secrets.ORG_TOKEN }}
|
|
||||||
|
|
||||||
- name: Checkout Private Repository
|
- name: Checkout Private Repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
@@ -199,4 +198,4 @@ jobs:
|
|||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: UnleashedRecomp-Flatpak
|
name: UnleashedRecomp-Flatpak
|
||||||
path: ./${{ env.FLATPAK_ID }}.flatpak
|
path: ./${{ env.FLATPAK_ID }}.flatpak
|
||||||
|
|||||||
Reference in New Issue
Block a user