Skip to content

fix ci

fix ci #4

Workflow file for this run

name: Release
on:
push:
branches:
- master
workflow_dispatch:
jobs:
gradle_validation:
name: Validate gradle wrapper
uses: ./.github/workflows/call-gradle-wrapper-validation.yml
release:

Check failure on line 11 in .github/workflows/release.yml

View workflow run for this annotation

GitHub Actions / Release

Invalid workflow file

The workflow is not valid. .github/workflows/release.yml (Line: 11, Col: 3): Error calling workflow 'makeevrserg/klibs.paging/.github/workflows/call-release.yml@39d610ef2f0bef0addabf94c4aabb9bdd95c1f0f'. The nested job 'release' is requesting 'contents: write', but is only allowed 'contents: read'.
name: Release
needs: gradle_validation
uses: ./.github/workflows/call-release.yml
secrets:
ORG_GRADLE_PROJECT_MAVENCENTRALUSERNAME: ${{ secrets.ORG_GRADLE_PROJECT_MAVENCENTRALUSERNAME }}
ORG_GRADLE_PROJECT_MAVENCENTRALPASSWORD: ${{ secrets.ORG_GRADLE_PROJECT_mavenCentralPassword }}
ORG_GRADLE_PROJECT_SIGNINGINMEMORYKEY: ${{ secrets.ORG_GRADLE_PROJECT_SIGNINGINMEMORYKEY }}
ORG_GRADLE_PROJECT_SIGNINGINMEMORYKEYID: ${{ secrets.ORG_GRADLE_PROJECT_SIGNINGINMEMORYKEYID }}
ORG_GRADLE_PROJECT_SIGNINGINMEMORYKEYPASSWORD: ${{ secrets.ORG_GRADLE_PROJECT_SIGNINGINMEMORYKEYPASSWORD }}