Update publish.yaml to properly format token for gitea
This commit is contained in:
		
							parent
							
								
									4dff84f4e7
								
							
						
					
					
						commit
						e1f453fa8b
					
				| @ -14,7 +14,7 @@ jobs: | ||||
|       - name: Checkout | ||||
|         uses: actions/checkout@v3 | ||||
|       - name: Publish to Gitea Cargo registry | ||||
|         run: nix develop -c cargo publish --token ${{ secrets.GITEA_TOKEN }} --index sparse+https://git.colon-three.com/api/packages/kodi/cargo/  | ||||
|         run: nix develop -c cargo publish --token "Bearer ${{ secrets.GITEA_TOKEN }}" --index sparse+https://git.colon-three.com/api/packages/kodi/cargo/  | ||||
|       - name: Publish to crates.io | ||||
|         run: nix develop -c cargo publish --token ${{ secrets.CRATESIO_TOKEN }} | ||||
|       - name: Publish to Gitea Releases | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user