Skip to content

fix(deps): update opentelemetry-go monorepo to v1.44.0 (#50) #30

fix(deps): update opentelemetry-go monorepo to v1.44.0 (#50)

fix(deps): update opentelemetry-go monorepo to v1.44.0 (#50) #30

Workflow file for this run

name: Release
on:
push:
branches: [main]
workflow_dispatch:
permissions:
contents: write
issues: write
pull-requests: write
concurrency:
group: release-${{ github.ref }}
cancel-in-progress: false
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
with:
fetch-depth: 0
- name: Generate GitHub App token
id: generate-token
uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3
with:
app-id: ${{ vars.YEET_APP_ID }}
private-key: ${{ secrets.YEET_APP_PRIVATE_KEY }}
owner: ${{ github.repository_owner }}
- name: Run yeet
uses: docker://ghcr.io/monkescience/yeet:v0.4.9@sha256:420cade6620d7b913d52830ceedd39e436e3637339fe3054d74a1daa2d4a87f7
with:
args: release
env:
GITHUB_TOKEN: ${{ steps.generate-token.outputs.token }}