Skip to content

build: update new org references (#11) #32

build: update new org references (#11)

build: update new org references (#11) #32

Workflow file for this run

name: "Release - Beta"
on:
push:
branches:
- beta
jobs:
deploy:

Check failure on line 9 in .github/workflows/release_beta.yml

View workflow run for this annotation

GitHub Actions / Release - Beta

Invalid workflow file

The workflow is not valid. .github/workflows/release_beta.yml (Line: 9, Col: 3): Error calling workflow 'kibis-is/mobile-app/.github/workflows/release.yml@48739f3a0653a8cffbdb1bc399573a1ff6b9ac1e'. The nested job 'release' is requesting 'contents: write, issues: write, pull-requests: write', but is only allowed 'contents: read, issues: none, pull-requests: none'.
name: "🔖 Release"
uses: ./.github/workflows/release.yml
with:
environment: "beta"
secrets:
APK_SIGNING_KEY_ALIAS: ${{ secrets.APK_SIGNING_KEY_ALIAS }}
APK_SIGNING_KEY_PASSWORD: ${{ secrets.APK_SIGNING_KEY_PASSWORD }}
APK_SIGNING_KEYSTORE: ${{ secrets.APK_SIGNING_KEYSTORE }}
APK_SIGNING_KEYSTORE_PASSWORD: ${{ secrets.APK_SIGNING_KEYSTORE_PASSWORD }}
READ_AND_WRITE_REPOS_TOKEN: ${{ secrets.READ_AND_WRITE_REPOS_TOKEN }}