We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fc1153 commit 672b634Copy full SHA for 672b634
1 file changed
.github/workflows/release-please.yml
@@ -14,7 +14,7 @@ jobs:
14
id: release
15
with:
16
release-type: node
17
- token: ${{ secrets.GITHUB_TOKEN }}
+ token: ${{ secrets.LI_GITHUB_ACTION_TOKEN }}
18
19
publish-release:
20
needs: release-please
@@ -47,7 +47,7 @@ jobs:
47
echo "version_major_minor=${GIT_VERSION_MAJOR_MINOR}" >> $GITHUB_OUTPUT
48
49
- name: Log in to registry
50
- run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u $ --password-stdin
+ run: echo "${{ secrets.LI_GITHUB_ACTION_TOKEN }}" | docker login ghcr.io -u $ --password-stdin
51
52
- name: "basemaps-screenshot/cli - Build and push"
53
uses: docker/build-push-action@v4
0 commit comments