Skip to content

JRuby snapshot deploy #27

JRuby snapshot deploy

JRuby snapshot deploy #27

name: JRuby snapshot deploy
on: workflow_dispatch
permissions:
contents: read
jobs:
publish:

Check failure on line 8 in .github/workflows/manual-snapshot-publish.yml

View workflow run for this annotation

GitHub Actions / JRuby snapshot deploy

Invalid workflow file

The workflow is not valid. .github/workflows/manual-snapshot-publish.yml (Line: 8, Col: 3): Error calling workflow 'jruby/jruby/.github/workflows/snapshot-publish.yml@654243fea580072ad6c6c493e0c432914c36c60e'. The workflow is requesting 'contents: read', but is only allowed 'contents: none'.

Check failure on line 8 in .github/workflows/manual-snapshot-publish.yml

View workflow run for this annotation

GitHub Actions / JRuby snapshot deploy

Invalid workflow file

The workflow is not valid. .github/workflows/manual-snapshot-publish.yml (Line: 8, Col: 3): Error calling workflow 'jruby/jruby/.github/workflows/snapshot-publish.yml@654243fea580072ad6c6c493e0c432914c36c60e'. The workflow is requesting 'contents: read', but is only allowed 'contents: none'.
permissions:
contents: none
uses: jruby/jruby/.github/workflows/snapshot-publish.yml@654243fea580072ad6c6c493e0c432914c36c60e
secrets:
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}