1
0
mirror of https://github.com/alexandrev/xslt-lab.git synced 2026-09-20 12:33:14 +00:00

update secret name

This commit is contained in:
2025-07-04 09:52:11 +02:00
parent 9a2d753a8d
commit dacfc3c4d0
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -31,5 +31,5 @@ jobs:
- name: Publish to gh-pages - name: Publish to gh-pages
uses: peaceiris/actions-gh-pages@v4 uses: peaceiris/actions-gh-pages@v4
with: with:
github_token: ${{ secrets.GITHUB_TOKEN }} github_token: ${{ secrets.GH_TOKEN }}
publish_dir: chart-output publish_dir: chart-output
+2 -2
View File
@@ -23,7 +23,7 @@ jobs:
with: with:
registry: ghcr.io registry: ghcr.io
username: ${{ github.actor }} username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }} password: ${{ secrets.GH_TOKEN }}
- name: Build and push backend image - name: Build and push backend image
uses: docker/build-push-action@v5 uses: docker/build-push-action@v5
@@ -34,7 +34,7 @@ jobs:
- name: Make backend image public - name: Make backend image public
env: env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} GH_TOKEN: ${{ secrets.GH_TOKEN }}
OWNER: ${{ github.repository_owner }} OWNER: ${{ github.repository_owner }}
PACKAGE: xslt-playground-backend PACKAGE: xslt-playground-backend
run: | run: |