chore: fix workflow
This commit is contained in:
		
							parent
							
								
									a57420c33d
								
							
						
					
					
						commit
						73ff1c977e
					
				@ -15,20 +15,22 @@ jobs:
 | 
			
		||||
      KUBECONFIG: "/tmp/.kubeconfig"
 | 
			
		||||
      RUSTUP_HOME: "/toolcache/rust/.rustup"
 | 
			
		||||
      CARGO_HOME: "/toolcache/rust/.cargo"
 | 
			
		||||
      KYD: ${{ secrets.KYD}}
 | 
			
		||||
    steps:
 | 
			
		||||
      - name: Init job triggered by event
 | 
			
		||||
        run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event "
 | 
			
		||||
      - name: Workspace
 | 
			
		||||
        run: | 
 | 
			
		||||
          echo "🔎 Branch name ${{ gitea.ref }} from repository ${{ gitea.repository }}."
 | 
			
		||||
          echo "${{ secrets.KYD }}" | base64 -d > "$HOME/.kyd"
 | 
			
		||||
          KYD=$(echo "${{ secrets.KYD }}" | base64 -d)
 | 
			
		||||
          echo "$KYD"
 | 
			
		||||
      #     ls ${{ gitea.workspace }}          
 | 
			
		||||
      - name: Check out repository code
 | 
			
		||||
        uses: actions/checkout@v3
 | 
			
		||||
        with:
 | 
			
		||||
            ssh-key: "$(echo ${{ secrets.KYD }} | base64 -d )"
 | 
			
		||||
            ssh-key: "$KYD"
 | 
			
		||||
            persist-credentials: true
 | 
			
		||||
            submodules: 'recursive'
 | 
			
		||||
            #submodules: 'recursive'
 | 
			
		||||
        # Defs in https://github.com/actions/checkout
 | 
			
		||||
        #run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."
 | 
			
		||||
      - name: Submodules update
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user