Skip to content

Commit

Permalink
add token back to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
joshschriever authored Jul 6, 2023
1 parent e343f73 commit a4c97e8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: Publish Release
on:
workflow_dispatch:

env:
GITHUB_TOKEN: ${{ secrets.BANNO_AUTOBOT_GITHUB_TOKEN }}

jobs:
release:
name: Publish Release
Expand All @@ -16,6 +19,8 @@ jobs:
java-version: 17

- uses: actions/checkout@v3
with:
token: ${{ env.GITHUB_TOKEN }}

- id: current_version
uses: christian-draeger/[email protected]
Expand Down

0 comments on commit a4c97e8

Please sign in to comment.