JRuby snapshot deploy #27
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: JRuby snapshot deploy | ||
on: workflow_dispatch | ||
permissions: | ||
contents: read | ||
jobs: | ||
publish: | ||
Check failure on line 8 in .github/workflows/manual-snapshot-publish.yml GitHub Actions / JRuby snapshot deployInvalid workflow file
Check failure on line 8 in .github/workflows/manual-snapshot-publish.yml GitHub Actions / JRuby snapshot deployInvalid workflow file
|
||
permissions: | ||
contents: none | ||
uses: jruby/jruby/.github/workflows/snapshot-publish.yml@654243fea580072ad6c6c493e0c432914c36c60e | ||
secrets: | ||
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }} | ||
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }} |