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

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AsfaMumtaz committed Aug 16, 2023
1 parent f38477f commit bc1623a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/stakater_fetch_pr_number.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- next-version
secrets:
REGISTRY_USERNAME: ${{ github.actor }}
REGISTRY_PASSWORD: ${{ secrets.STAKATER_GITHUB_TOKEN }}
REGISTRY_PASSWORD: ${{ secrets.GITHUB_TOKEN }}
with:
CONTAINER_REGISTRY_URL: ghcr.io/stakater
HELM_REGISTRY_URL: oci://ghcr.io/stakater/charts
Expand All @@ -59,6 +59,9 @@ jobs:
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
needs:
- next-version
secrets:
github: ${{ github.actor }}
github_token: ${{ secrets.STAKATER_GITHUB_TOKEN }}
with:
SUBPATH: stakater-fetch-pr-number
NEXT_VERSION: ${{ needs.next-version.outputs.version }}

0 comments on commit bc1623a

Please sign in to comment.