queue: Fix broken test from 91440a7be7. See #169 #116
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: snapshot | |
on: | |
push: | |
workflow_dispatch: | |
jobs: | |
snapshot: | |
uses: killbill/gh-actions-shared/.github/workflows/snapshot.yml@main | |
secrets: | |
OSSRH_USER: ${{ secrets.OSSRH_USER }} | |
OSSRH_PASS: ${{ secrets.OSSRH_PASS }} |