Skip to content

Merge branch 'beta' of https://github.com/kibis-is/mobile-app into beta #64

Merge branch 'beta' of https://github.com/kibis-is/mobile-app into beta

Merge branch 'beta' of https://github.com/kibis-is/mobile-app into beta #64

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 }}