Skip to content

Commit

Permalink
Merge branch 'main' into renovate/grafana-8.8.x
Browse files Browse the repository at this point in the history
  • Loading branch information
joryirving authored Jan 17, 2025
2 parents 6dacfa5 + cf44793 commit 9a04018
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/flux-diff.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,17 +70,19 @@ jobs:
resources: ["helmrelease", "kustomization"]
max-parallel: 4
fail-fast: false
env:
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}
steps:
- name: Checkout Pull Request Branch
uses: actions/checkout@v4
with:
token: ${{ needs.changed-clusters.outputs.github-token }}
token: ${{ env.GITHUB_TOKEN }}
path: pull

- name: Checkout Default Branch
uses: actions/checkout@v4
with:
token: ${{ needs.changed-clusters.outputs.github-token }}
token: ${{ env.GITHUB_TOKEN }}
ref: ${{ github.event.repository.default_branch }}
path: default

Expand Down

0 comments on commit 9a04018

Please sign in to comment.