trying
This commit is contained in:
		
							parent
							
								
									80975c10ed
								
							
						
					
					
						commit
						853e5b02ca
					
				| 
						 | 
				
			
			@ -10,6 +10,7 @@ jobs:
 | 
			
		|||
    permissions:
 | 
			
		||||
      contents: read
 | 
			
		||||
      packages: write
 | 
			
		||||
      id-token: write
 | 
			
		||||
    
 | 
			
		||||
    steps:
 | 
			
		||||
      - name: Login to GitHub Container Registry
 | 
			
		||||
| 
						 | 
				
			
			@ -19,6 +20,10 @@ jobs:
 | 
			
		|||
          username: ${{ github.repository_owner }}
 | 
			
		||||
          password: ${{ secrets.GITHUB_TOKEN }}
 | 
			
		||||
 | 
			
		||||
      - name: Configure npm authentication
 | 
			
		||||
        run: |
 | 
			
		||||
          echo "//npm.pkg.github.com/:_authToken=${{ secrets.GITHUB_TOKEN }}" > ~/.npmrc
 | 
			
		||||
 | 
			
		||||
      - name: Set up Docker Buildx
 | 
			
		||||
        uses: docker/setup-buildx-action@v1
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue