chore(dev): update okteto workflow
This commit is contained in:
		
							parent
							
								
									327c62337e
								
							
						
					
					
						commit
						2d6de2299c
					
				
					 2 changed files with 4 additions and 4 deletions
				
			
		
							
								
								
									
										6
									
								
								.github/workflows/ok-to-test.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								.github/workflows/ok-to-test.yml
									
										
									
									
										vendored
									
									
								
							|  | @ -19,8 +19,8 @@ jobs: | |||
|       id: generate_token | ||||
|       uses: tibdex/github-app-token@v1 | ||||
|       with: | ||||
|         app_id: ${{ secrets.APP_ID }} | ||||
|         private_key: ${{ secrets.PRIVATE_KEY }} | ||||
|         app_id: ${{ secrets.DEPLOYBOT_APP_ID }} | ||||
|         private_key: ${{ secrets.DEPLOYBOT_PRIVATE_KEY }} | ||||
| 
 | ||||
|     - name: Slash Command Dispatch | ||||
|       uses: peter-evans/slash-command-dispatch@v1 | ||||
|  | @ -31,6 +31,6 @@ jobs: | |||
|         # token: ${{ secrets.PERSONAL_ACCESS_TOKEN }} # PAT or OAuth token will also work | ||||
|         reaction-token: ${{ secrets.GITHUB_TOKEN }} | ||||
|         issue-type: pull-request | ||||
|         commands: ok-to-test | ||||
|         commands: deploy | ||||
|         named-args: true | ||||
|         permission: write | ||||
|  |  | |||
							
								
								
									
										2
									
								
								.github/workflows/pr-preview-deploy.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/pr-preview-deploy.yml
									
										
									
									
										vendored
									
									
								
							|  | @ -30,7 +30,7 @@ jobs: | |||
|     - name: Deploy preview environment | ||||
|       uses: ikuradon/deploy-preview@latest | ||||
|       env: | ||||
|        GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||||
|         GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||||
|       with: | ||||
|         name: pr-${{ github.event.client_payload.pull_request.number }}-misskey-dev | ||||
|         timeout: 15m | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue