Skip to content

Commit

Permalink
remove steps
Browse files Browse the repository at this point in the history
  • Loading branch information
fcjack committed Jan 21, 2025
1 parent 359f9fa commit 5b3eb73
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/helm-diff-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -292,25 +292,6 @@ jobs:
with:
persist-credentials: false

- id: get-secrets
uses: grafana/shared-workflows/actions/get-vault-secrets@main
if: github.event.pull_request.head.repo.fork == false
with:
repo_secrets: |
GRAFANA_APP_ID=github_actions:grafana-loki-app-id
GRAFANA_APP_INSTALATION_ID=github_actions:grafana-loki-app-installation-id
GRAFANA_APP_PEM=github_actions:grafana-loki-app-pem
- name: Generate a token
id: generate-token
if: github.event.pull_request.head.repo.fork == false
uses: actions/create-github-app-token@v1
with:
app-id: ${{ env.GRAFANA_APP_ID }}
private-key: ${{ env.GRAFANA_APP_PEM }}
owner: grafana
repositories: loki

- if: github.event.pull_request.head.repo.fork == false
uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit 5b3eb73

Please sign in to comment.