Skip to content

chore: update the Github Actions secret to use the new token (#77) #27

chore: update the Github Actions secret to use the new token (#77)

chore: update the Github Actions secret to use the new token (#77) #27

Workflow file for this run

on:
push:
branches:
- main
name: release-please
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v3
with:
release-type: simple
token: ${{ secrets.BAMBOO_GITHUB_ACTIONS_TOKEN }}