Skip to content

Commit

Permalink
Remove secrets from the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mkurz committed May 6, 2022
1 parent 491ee6f commit 3f4e34c
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,24 +79,10 @@ This workflow is used for publishing snapshots artifacts to [Sonatype Snapshots]
| ref | 2.0.0 | :heavy_minus_sign: | '' | Branch, tag or SHA for checkout |
| java | 1.0.0 | :heavy_minus_sign: | 8 | _AdoptJDK_ version |

**Secrets**:

| Secret | Since | Required | Default | Description |
|----------------|-------|-----------------|---------|---------------------------|
| username | 1.0.0 | :exclamation: | - | Sonatype account username |
| password | 1.0.0 | :exclamation: | - | Sonatype account password |
| pgp_passphrase | 1.0.0 | :exclamation: | - | Password for GPG key |
| pgp_secret | 1.0.0 | :exclamation: | - | Base64 of GPG private key |

**How to use**:

```yaml
uses: playframework/.github/.github/workflows/publish.yml@v2
secrets:
username: ${{ secrets.SONATYPE_USERNAME }}
password: ${{ secrets.SONATYPE_PASSWORD }}
pgp_passphrase: ${{ secrets.PGP_PASSPHRASE }}
pgp_secret: ${{ secrets.PGP_SECRET }}
```

### Validate Binary Compatibility
Expand Down

0 comments on commit 3f4e34c

Please sign in to comment.