Skip to content

Commit

Permalink
Remove pages publish from workflow since token doesn't have the access
Browse files Browse the repository at this point in the history
  • Loading branch information
ajoberstar committed Sep 19, 2020
1 parent aba85d2 commit 576d3cf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,5 +71,4 @@ jobs:
BINTRAY_USER: ${{ secrets.BINTRAY_USER }}
BINTRAY_KEY: ${{ secrets.BINTRAY_KEY }}
GRADLE_OPTS: "-Dorg.gradle.project.gradle.publish.key=${{ secrets.GRADLE_PLUGIN_KEY }} -Dorg.gradle.project.gradle.publish.secret=${{ secrets.GRADLE_PLUGIN_SECRET }}"
GRGIT_USER: ${{ secrets.GITHUB_TOKEN }} # Remove this when grgit supports GITHUB_TOKEN directly
run: "./gradlew reckonTagPush gitPublishPush publish publishPlugins -Preckon.scope=${{ github.event.inputs.scope }} -Preckon.stage=${{ github.event.inputs.stage }}"
run: "./gradlew reckonTagPush publish publishPlugins -Preckon.scope=${{ github.event.inputs.scope }} -Preckon.stage=${{ github.event.inputs.stage }}"

0 comments on commit 576d3cf

Please sign in to comment.