Skip to content

Commit

Permalink
Bump org.ajoberstar.git-publish from 5.0.0 to 5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
arhohuttunen committed Dec 10, 2024
1 parent bc7b2d5 commit 630c2d5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@ jobs:
- name: Upload Documentation
env:
GRGIT_USER: ${{ secrets.GH_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: ./src/publishDocumentationSnapshotOnlyIfNecessary.sh
4 changes: 3 additions & 1 deletion documentation/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
kotlin("jvm")
java
id("org.asciidoctor.jvm.convert") version "4.0.3"
id("org.ajoberstar.git-publish") version "5.0.0"
id("org.ajoberstar.git-publish") version "5.1.0"
id("com.avast.gradle.docker-compose") version "0.17.11"
}

Expand Down Expand Up @@ -36,6 +36,8 @@ val docsDir = file("${layout.buildDirectory}/gh-pages-docs")
gitPublish {
repoUri.set("https://github.com/arhohuttunen/awstestkit.git")
branch.set("gh-pages")
username.set("arhohuttunen")
password.set(System.getenv("GITHUB_TOKEN"))
sign.set(false)

contents {
Expand Down

0 comments on commit 630c2d5

Please sign in to comment.