This commit is contained in:
		@@ -30,8 +30,14 @@ steps:
 | 
			
		||||
 | 
			
		||||
  - name: testing
 | 
			
		||||
    image: alpine
 | 
			
		||||
    environment:
 | 
			
		||||
      USERNAME:
 | 
			
		||||
        from_secret: user_gitea
 | 
			
		||||
      PASSWORD:
 | 
			
		||||
        from_secret: gitea_token 
 | 
			
		||||
    commands:
 | 
			
		||||
      - apk add --no-cache curl git
 | 
			
		||||
      - git remote -v
 | 
			
		||||
      - mkdir -p Insignia
 | 
			
		||||
      - >
 | 
			
		||||
        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