Skip to content

Commit e3e2bda

Browse files
committed
[IDE-1660] hmpf
1 parent fea996d commit e3e2bda

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

.github/actions/publish/action.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ inputs:
2222
ghcr_token:
2323
description: 'Token to log into ghcr.io'
2424
required: true
25-
default: "${{ secrets.GITHUB_TOKEN }}"
2625

2726
outputs:
2827
hashes:

.github/workflows/manual-publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ jobs:
4848
token: ${{ secrets.GITHUB_TOKEN }}
4949
homebrew-gh-secret: ${{secrets.HOMEBREW_DEPLOY_KEY}}
5050
tag: ${{ inputs.tag }}
51+
ghcr_token: "${{ secrets.GITHUB_TOKEN }}"
5152

5253
release-ldcli-npm:
5354
runs-on: ubuntu-latest

.github/workflows/release-please.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ jobs:
5151
token: ${{ secrets.GITHUB_TOKEN }}
5252
homebrew-gh-secret: ${{secrets.HOMEBREW_DEPLOY_KEY}}
5353
tag: ${{ needs.release-please.outputs.tag_name }}
54+
ghcr_token: "${{ secrets.GITHUB_TOKEN }}"
5455

5556
release-ldcli-npm:
5657
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)