Skip to content

Commit

Permalink
fix(ci): fix types in var
Browse files Browse the repository at this point in the history
Signed-off-by: Josef Andersson <[email protected]>
  • Loading branch information
janderssonse committed Jan 16, 2025
1 parent 3b0c0b2 commit 01029f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
env:
JRELEASER_GITHUB_TOKEN: ${{ secrets.JRELEASER_GITHUB_TOKEN }}
JRELEASER_GPG_PUBLIC_KEY: ${{ secrets.OSPO_BOT_GPG_PUB }}
JRELEASER_GPG_SECRET_KEY: ${{ secrets.OSPOP_BOT_GPG_PRIV }}
JRELEASER_GPG_SECRET_KEY: ${{ secrets.OSPO_BOT_GPG_PRIV }}
JRELEASER_GPG_PASSPHRASE: ${{ secrets.OSPO_BOT_GPG_PASS }}
GITHUB_ACTOR: ${{ github.actor }}
PACKAGE_TOKEN: ${{ secrets.JRELEASER_GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion docs/DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ docker-compose --profile ewc up
```
The DemoTestsController can not run in compose.

## CI Build
## Build

Currently, a few of the projects mvn package deps is hosted on GitHub.
GitHub's mvn repo needs an access token even on public packages.
Expand Down

0 comments on commit 01029f0

Please sign in to comment.