Skip to content

Commit

Permalink
fixed secrets.
Browse files Browse the repository at this point in the history
  • Loading branch information
mckn committed Aug 29, 2024
1 parent 2544be4 commit dc3a126
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
has-e2e: ${{ steps.check-for-e2e.outputs.has-e2e }}
has-backend: ${{ steps.check-for-backend.outputs.has-backend }}
env:
GRAFANA_ACCESS_POLICY_TOKEN: ${{ secrets.GRAFANA_ACCESS_POLICY_TOKEN }}
GRAFANA_ACCESS_POLICY_TOKEN: ${{ secrets.GRAFANA_API_KEY }}
steps:
- uses: actions/checkout@v4
- name: Setup Node.js environment
Expand Down

0 comments on commit dc3a126

Please sign in to comment.