Skip to content

Commit

Permalink
Revert back to use of PAT
Browse files Browse the repository at this point in the history
  • Loading branch information
bmuschko committed Nov 8, 2023
1 parent 026639d commit 7927d21
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/linux-build-release.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
name: Build and Release [Linux]
on: [push, pull_request]
permissions:
contents: write
pages: write

jobs:
build:
Expand Down Expand Up @@ -62,4 +59,4 @@ jobs:
build/docs/asciidocUserGuide/
- name: Release
if: startsWith(github.ref, 'refs/tags/')
run: ./gradlew publishPlugins gitPublishPush -Pgradle.publish.key=${{ secrets.PLUGIN_PORTAL_KEY }} -Pgradle.publish.secret=${{ secrets.PLUGIN_PORTAL_SECRET }} -Dorg.ajoberstar.grgit.auth.username=${{ secrets.GITHUB_TOKEN }} -is
run: ./gradlew publishPlugins gitPublishPush -Pgradle.publish.key=${{ secrets.PLUGIN_PORTAL_KEY }} -Pgradle.publish.secret=${{ secrets.PLUGIN_PORTAL_SECRET }} -Dorg.ajoberstar.grgit.auth.username=${{ secrets.GH_TOKEN }} -is

0 comments on commit 7927d21

Please sign in to comment.