added organization token
This commit is contained in:
		@@ -52,7 +52,7 @@ jobs:
 | 
				
			|||||||
        with:
 | 
					        with:
 | 
				
			||||||
          registry: ${{ env.REGISTRY }}
 | 
					          registry: ${{ env.REGISTRY }}
 | 
				
			||||||
          username: ${{ github.repository_owner }}
 | 
					          username: ${{ github.repository_owner }}
 | 
				
			||||||
          password: ${{ secrets.GITHUB_TOKEN }}
 | 
					          password: ${{ secrets.ACTIONS_TOKEN }}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - name: Set Docker metadata
 | 
					      - name: Set Docker metadata
 | 
				
			||||||
        id: meta
 | 
					        id: meta
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user