Skip to content

Commit

Permalink
Update check_versions.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fredclausen committed Oct 5, 2023
1 parent 9e6e852 commit eb130b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check_versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env:
GHCR_IMAGE: ${{ github.repository }}:latest
GHCR_REGISTRY: ghcr.io
WORKFLOW_FILE_TO_TRIGGER: deploy.yml
WORKFLOW_AUTH_TOKEN: ${{ secrets.GH_PAT_MIKENYE }}
WORKFLOW_AUTH_TOKEN: ${{ secrets.GH_PAT_KX1T }}

jobs:
version_in_container:
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
if: ${{ needs.version_in_container.outputs.currverhash != needs.latest_version.outputs.latestverhash }}
runs-on: ubuntu-latest
env:
WORKFLOW_AUTH_TOKEN: ${{ secrets.GH_PAT_MIKENYE }}
WORKFLOW_AUTH_TOKEN: ${{ secrets.GH_PAT_KX1T }}
WORKFLOW_REPO: sdr-enthusiasts/docker-tar1090
WORKFLOW_FILE: deploy.yml
WORKFLOW_REASON: "triggered via deploy_ghcr.yml in sdr-enthusiasts/docker-baseimage"
Expand Down

0 comments on commit eb130b0

Please sign in to comment.