mirror of
				https://github.com/mealie-recipes/mealie.git
				synced 2025-10-31 10:13:32 -04:00 
			
		
		
		
	Add id-token=write permission, for Depot.dev connection
This commit is contained in:
		
							
								
								
									
										5
									
								
								.github/workflows/nightly.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										5
									
								
								.github/workflows/nightly.yml
									
									
									
									
										vendored
									
									
								
							| @@ -22,6 +22,11 @@ jobs: | ||||
|     permissions: | ||||
|       contents: read | ||||
|       packages: write | ||||
|       # The id-token write permission is needed to connect to Depot.dev | ||||
|       # as part of the partial-builder.yml action. It needs to be declared | ||||
|       # in the parent action, as noted here: | ||||
|       # https://github.com/orgs/community/discussions/76409#discussioncomment-8131390 | ||||
|       id-token: write | ||||
|     name: Build Tagged Release | ||||
|     uses: ./.github/workflows/partial-builder.yml | ||||
|     needs: | ||||
|   | ||||
							
								
								
									
										5
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										5
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							| @@ -17,6 +17,11 @@ jobs: | ||||
|     permissions: | ||||
|       contents: read | ||||
|       packages: write | ||||
|       # The id-token write permission is needed to connect to Depot.dev | ||||
|       # as part of the partial-builder.yml action. It needs to be declared | ||||
|       # in the parent action, as noted here: | ||||
|       # https://github.com/orgs/community/discussions/76409#discussioncomment-8131390 | ||||
|       id-token: write | ||||
|     name: Build Tagged Release | ||||
|     uses: ./.github/workflows/partial-builder.yml | ||||
|     needs: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user