Skip to content

Commit 672b634

Browse files
committed
build: Reset github token for release please
1 parent 5fc1153 commit 672b634

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release-please.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
id: release
1515
with:
1616
release-type: node
17-
token: ${{ secrets.GITHUB_TOKEN }}
17+
token: ${{ secrets.LI_GITHUB_ACTION_TOKEN }}
1818

1919
publish-release:
2020
needs: release-please
@@ -47,7 +47,7 @@ jobs:
4747
echo "version_major_minor=${GIT_VERSION_MAJOR_MINOR}" >> $GITHUB_OUTPUT
4848
4949
- name: Log in to registry
50-
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u $ --password-stdin
50+
run: echo "${{ secrets.LI_GITHUB_ACTION_TOKEN }}" | docker login ghcr.io -u $ --password-stdin
5151

5252
- name: "basemaps-screenshot/cli - Build and push"
5353
uses: docker/build-push-action@v4

0 commit comments

Comments
 (0)