chore: update identity status type to UserStatus #34

Open
mapoofano wants to merge 370 commits from chore-identity-user-status into main
Showing only changes of commit 6f3d8b9b42 - Show all commits
+4 -3
View File
@@ -25,12 +25,13 @@ jobs:
- name: install tea cli and init
run: |
mkdir tmp && cd tmp
wget https://dl.gitea.com/tea/main/tea-main-linux-amd64.xz
curl -SsOL https://dl.gitea.com/tea/main/tea-main-linux-amd64.xz
apt install xz-utils -y
xz -d tea-main-linux-amd64.xz
mv tea-main-linux-amd64 tea
export PATH=$PATH:$(pwd)/tea
ls -ahl
mv tea-main-linux-amd64 /usr/bin/tea
cd ..
tea --version
tea login \
--name ${{ gitea.server_url }} \
--token ${{ secrets.PROD_REG_TOKEN }} \