Skip to content

chore(deps): bump trpc dependencies from 10.45.2 to 10.45.3 #240

chore(deps): bump trpc dependencies from 10.45.2 to 10.45.3

chore(deps): bump trpc dependencies from 10.45.2 to 10.45.3 #240

Workflow file for this run

---
name: Release
on:
workflow_dispatch:
pull_request_target:
types:
- closed
branches:
- main
permissions:
contents: read
jobs:
release:
permissions:
contents: write
pull-requests: read
uses: github/ospo-reusable-workflows/.github/workflows/release.yaml@6f158f242fe68adb5a2698ef47e06dac07ac7e71
with:
publish: true
release-config-name: release-drafter.yml
secrets:
github-token: ${{ secrets.GITHUB_TOKEN }}
release_image:
needs: release
permissions:
contents: read
packages: write
id-token: write
attestations: write
uses: github/ospo-reusable-workflows/.github/workflows/release-image.yaml@6f158f242fe68adb5a2698ef47e06dac07ac7e71
with:
image-name: ${{ github.repository }}
full-tag: ${{ needs.release.outputs.full-tag }}
short-tag: ${{ needs.release.outputs.short-tag }}
create-attestation: true
secrets:
github-token: ${{ secrets.GITHUB_TOKEN }}
image-registry: ghcr.io
image-registry-username: ${{ github.actor }}
image-registry-password: ${{ secrets.GITHUB_TOKEN }}