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 - name: install tea cli and init
run: | run: |
mkdir tmp && cd tmp 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 apt install xz-utils -y
xz -d tea-main-linux-amd64.xz xz -d tea-main-linux-amd64.xz
mv tea-main-linux-amd64 tea ls -ahl
export PATH=$PATH:$(pwd)/tea mv tea-main-linux-amd64 /usr/bin/tea
cd .. cd ..
tea --version
tea login \ tea login \
--name ${{ gitea.server_url }} \ --name ${{ gitea.server_url }} \
--token ${{ secrets.PROD_REG_TOKEN }} \ --token ${{ secrets.PROD_REG_TOKEN }} \