CI/CD edit

This commit is contained in:
2025-02-13 01:01:51 +01:00
parent 417dc096ff
commit 9916fee478

View File

@@ -14,7 +14,6 @@ jobs:
options: --privileged
steps:
- run: git version
- run: sudo dnf install -y nodejs
- name: "Check out repo code"
uses: actions/checkout@v4
@@ -28,6 +27,8 @@ jobs:
- run: git clone https://github.com/flatpak/flat-manager.git
- run: export REPO_TOKEN=${{ secrets.FLATMAN_API_TOKEN }}
- run: export FLATMAN_URL=$(./flat-manager/flat-manager-client create https://flatpak.example.org stable)
- run: echo $REPO_TOKEN
- run: echo $FLATMAN_URL
# - uses: flatpak/flatpak-github-actions/flat-manager@v6
# name: "Deploy"
# with: