Skip to content

feat: Replace Node.js telemetry with Docker (#15) #7

feat: Replace Node.js telemetry with Docker (#15)

feat: Replace Node.js telemetry with Docker (#15) #7

Workflow file for this run

name: 'Release'
on:
push:
branches:
- 'main'
- 'release/**/*'
jobs:
release:
uses: 'google-github-actions/.github/.github/workflows/release.yml@v3' # ratchet:exclude
permissions:
attestations: 'write'
contents: 'write'
packages: 'write'
secrets:
ACTIONS_BOT_TOKEN: '${{ secrets.ACTIONS_BOT_TOKEN }}'