This commit is contained in:
		@@ -30,8 +30,14 @@ steps:
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
  - name: testing
 | 
					  - name: testing
 | 
				
			||||||
    image: alpine
 | 
					    image: alpine
 | 
				
			||||||
 | 
					    environment:
 | 
				
			||||||
 | 
					      USERNAME:
 | 
				
			||||||
 | 
					        from_secret: user_gitea
 | 
				
			||||||
 | 
					      PASSWORD:
 | 
				
			||||||
 | 
					        from_secret: gitea_token 
 | 
				
			||||||
    commands:
 | 
					    commands:
 | 
				
			||||||
      - apk add --no-cache curl git
 | 
					      - apk add --no-cache curl git
 | 
				
			||||||
 | 
					      - git remote -v
 | 
				
			||||||
      - mkdir -p Insignia
 | 
					      - mkdir -p Insignia
 | 
				
			||||||
      - >
 | 
					      - >
 | 
				
			||||||
        curl -sL -o Insignia/default.xbe $(curl -s "https://api.github.com/repos/insignia-live/setup-assistant-release/releases/latest" |
 | 
					        curl -sL -o Insignia/default.xbe $(curl -s "https://api.github.com/repos/insignia-live/setup-assistant-release/releases/latest" |
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user