* fix path of composer auth
This commit is contained in:
		@ -63,4 +63,4 @@ secrets:
 | 
				
			|||||||
  user_known_hosts:
 | 
					  user_known_hosts:
 | 
				
			||||||
    file: ~/.ssh/known_hosts
 | 
					    file: ~/.ssh/known_hosts
 | 
				
			||||||
  composer_auth:
 | 
					  composer_auth:
 | 
				
			||||||
    file: ~/.composer/auth.json
 | 
					    file: ~/.config/composer/auth.json
 | 
				
			||||||
 | 
				
			|||||||
@ -1,5 +1,5 @@
 | 
				
			|||||||
#!/bin/bash
 | 
					#!/bin/bash
 | 
				
			||||||
FILE=${HOME}/.composer/auth.json
 | 
					FILE=${HOME}/.config/composer/auth.json
 | 
				
			||||||
 | 
					
 | 
				
			||||||
if [[ -f "${FILE}" ]]; then
 | 
					if [[ -f "${FILE}" ]]; then
 | 
				
			||||||
  if [[ ! -z "$(cat $FILE | grep github)" ]]; then
 | 
					  if [[ ! -z "$(cat $FILE | grep github)" ]]; then
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user