mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2025-04-28 21:37:58 +03:00
fix(ci): remove token from flatpak workflow (#643)
This commit is contained in:
parent
917dacf453
commit
fe06134bb1
1 changed files with 1 additions and 2 deletions
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue