Skip to content
This repository has been archived by the owner on Jun 12, 2024. It is now read-only.

Commit

Permalink
ughhhh
Browse files Browse the repository at this point in the history
  • Loading branch information
hay-kot committed Oct 11, 2022
1 parent e90e848 commit 900d3de
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/partial-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
default: false

secrets:
GITHUB_TOKEN:
GH_TOKEN:
required: true

jobs:
Expand Down Expand Up @@ -42,7 +42,7 @@ jobs:
- name: login to container registry
run: docker login ghcr.io --username hay-kot --password $CR_PAT
env:
CR_PAT: ${{ secrets.GITHUB_TOKEN }}
CR_PAT: ${{ secrets.GH_TOKEN }}

- name: Build and push
uses: docker/build-push-action@v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
release: true
tag: ${{ github.event.release.tag_name }}
secrets:
GITHUB_TOKEN: ${{ secrets.CR_PAT }}
GH_TOKEN: ${{ secrets.CR_PAT }}

publish-nightly:
name: "Publish Nightly"
Expand All @@ -53,7 +53,7 @@ jobs:
with:
tag: nightly
secrets:
GITHUB_TOKEN: ${{ secrets.CR_PAT }}
GH_TOKEN: ${{ secrets.CR_PAT }}

deploy-docs:
name: Deploy docs
Expand Down

0 comments on commit 900d3de

Please sign in to comment.