Skip to content

fix: now correctly updating account details after importing an account #66

fix: now correctly updating account details after importing an account

fix: now correctly updating account details after importing an account #66

Workflow file for this run

name: "Release - Beta"
on:
push:
branches:
- beta
permissions:
contents: write # to be able to publish a github release
issues: write # to be able to comment on released issues
pull-requests: write # to be able to comment on released pull requests
jobs:
deploy:
name: "🔖 Release"
uses: ./.github/workflows/release.yml
with:
environment: "beta"
secrets:
READ_AND_WRITE_REPOS_TOKEN: ${{ secrets.READ_AND_WRITE_REPOS_TOKEN }}