File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -79,24 +79,10 @@ This workflow is used for publishing snapshots artifacts to [Sonatype Snapshots]
7979| ref | 2.0.0 | :heavy_minus_sign : | '' | Branch, tag or SHA for checkout |
8080| java | 1.0.0 | :heavy_minus_sign : | 8 | _AdoptJDK_ version |
8181
82- **Secrets**:
83-
84- | Secret | Since | Required | Default | Description |
85- |----------------|-------|-----------------|---------|---------------------------|
86- | username | 1.0.0 | :exclamation : | - | Sonatype account username |
87- | password | 1.0.0 | :exclamation : | - | Sonatype account password |
88- | pgp_passphrase | 1.0.0 | :exclamation : | - | Password for GPG key |
89- | pgp_secret | 1.0.0 | :exclamation : | - | Base64 of GPG private key |
90-
9182**How to use**:
9283
9384` ` ` yaml
9485uses: playframework/.github/.github/workflows/publish.yml@v2
95- secrets:
96- username: ${{ secrets.SONATYPE_USERNAME }}
97- password: ${{ secrets.SONATYPE_PASSWORD }}
98- pgp_passphrase: ${{ secrets.PGP_PASSPHRASE }}
99- pgp_secret: ${{ secrets.PGP_SECRET }}
10086` ` `
10187
10288# ## Validate Binary Compatibility
You can’t perform that action at this time.
0 commit comments