Skip to content

Commit

Permalink
Used default github token to push artifacts.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jardo-51 committed May 26, 2024
1 parent db33815 commit a1634f3
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/maven-release.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
name: Maven Release

on:
workflow_dispatch:
secrets:
DEPLOY_GITHUB_TOKEN:
required: true
on: workflow_dispatch

jobs:
build:
Expand Down Expand Up @@ -37,4 +33,3 @@ jobs:
uses: maven-flow/release@main
with:
push-changes: true
token: ${{ secrets.DEPLOY_GITHUB_TOKEN }}

0 comments on commit a1634f3

Please sign in to comment.