mirror of
				https://github.com/theoludwig/theoludwig.git
				synced 2025-10-14 20:23:25 +02:00 
			
		
		
		
	chore: cleaner setup
This commit is contained in:
		
							
								
								
									
										8
									
								
								.github/workflows/chromatic.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										8
									
								
								.github/workflows/chromatic.yml
									
									
									
									
										vendored
									
									
								
							| @@ -10,15 +10,19 @@ jobs: | ||||
|   chromatic: | ||||
|     timeout-minutes: 30 | ||||
|     runs-on: "ubuntu-latest" | ||||
|     env: | ||||
|       DO_NOT_TRACK: "1" | ||||
|       TURBO_TELEMETRY_DISABLED: "1" | ||||
|       NEXT_TELEMETRY_DISABLED: "1" | ||||
|     steps: | ||||
|       - uses: "actions/checkout@v4.2.2" | ||||
|         with: | ||||
|           fetch-depth: 0 | ||||
|  | ||||
|       - uses: "pnpm/action-setup@v4.0.0" | ||||
|       - uses: "pnpm/action-setup@v4.1.0" | ||||
|  | ||||
|       - name: "Setup Node.js" | ||||
|         uses: "actions/setup-node@v4.1.0" | ||||
|         uses: "actions/setup-node@v4.2.0" | ||||
|         with: | ||||
|           node-version: "22.x" | ||||
|           cache: "pnpm" | ||||
|   | ||||
							
								
								
									
										8
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										8
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							| @@ -10,13 +10,17 @@ jobs: | ||||
|   ci: | ||||
|     timeout-minutes: 30 | ||||
|     runs-on: "ubuntu-latest" | ||||
|     env: | ||||
|       DO_NOT_TRACK: "1" | ||||
|       TURBO_TELEMETRY_DISABLED: "1" | ||||
|       NEXT_TELEMETRY_DISABLED: "1" | ||||
|     steps: | ||||
|       - uses: "actions/checkout@v4.2.2" | ||||
|  | ||||
|       - uses: "pnpm/action-setup@v4.0.0" | ||||
|       - uses: "pnpm/action-setup@v4.1.0" | ||||
|  | ||||
|       - name: "Setup Node.js" | ||||
|         uses: "actions/setup-node@v4.1.0" | ||||
|         uses: "actions/setup-node@v4.2.0" | ||||
|         with: | ||||
|           node-version: "22.x" | ||||
|           cache: "pnpm" | ||||
|   | ||||
							
								
								
									
										45
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										45
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							| @@ -1,45 +0,0 @@ | ||||
| name: "Release" | ||||
|  | ||||
| on: | ||||
|   push: | ||||
|     branches: [main, staging] | ||||
|  | ||||
| jobs: | ||||
|   release: | ||||
|     timeout-minutes: 30 | ||||
|     runs-on: "ubuntu-latest" | ||||
|     permissions: | ||||
|       contents: "write" | ||||
|       issues: "write" | ||||
|       pull-requests: "write" | ||||
|       id-token: "write" | ||||
|     steps: | ||||
|       - uses: "actions/checkout@v4.2.2" | ||||
|         with: | ||||
|           fetch-depth: 0 | ||||
|           persist-credentials: false | ||||
|  | ||||
|       - name: "Import GPG key" | ||||
|         uses: "crazy-max/ghaction-import-gpg@v6.1.0" | ||||
|         with: | ||||
|           gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }} | ||||
|           git_user_signingkey: true | ||||
|           git_commit_gpgsign: true | ||||
|  | ||||
|       - uses: "pnpm/action-setup@v4.0.0" | ||||
|  | ||||
|       - name: "Setup Node.js" | ||||
|         uses: "actions/setup-node@v4.1.0" | ||||
|         with: | ||||
|           node-version: "22.x" | ||||
|           cache: "pnpm" | ||||
|  | ||||
|       - name: "Install dependencies" | ||||
|         run: "pnpm install --frozen-lockfile" | ||||
|  | ||||
|       - name: "Release" | ||||
|         run: "node --run release" | ||||
|         env: | ||||
|           GH_TOKEN: ${{ secrets.GH_TOKEN }} | ||||
|           GIT_COMMITTER_NAME: ${{ secrets.GIT_NAME }} | ||||
|           GIT_COMMITTER_EMAIL: ${{ secrets.GIT_EMAIL }} | ||||
		Reference in New Issue
	
	Block a user