Skip to content

Commit

Permalink
Seperate package manifests job 2
Browse files Browse the repository at this point in the history
  • Loading branch information
ebelfarsi committed Jun 27, 2024
1 parent aded606 commit 549e484
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/package-manifests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
required: true
DOCKER_PASSWORD:
required: true
GITHUB_TOKEN:
LNB_TOKEN:
required: true

jobs:
Expand Down Expand Up @@ -52,4 +52,4 @@ jobs:
generateReleaseNotes: false
prerelease: ${{ contains(github.ref, '-rc') }}
artifacts: ${{ github.workspace }}/output.json
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.LNB_TOKEN }}

0 comments on commit 549e484

Please sign in to comment.