1
0
Fork 0
mirror of https://github.com/imjasonh/gcp-metrics-action synced 2026-07-18 14:45:47 +00:00

try to fix

Signed-off-by: Jason Hall <jason@chainguard.dev>
This commit is contained in:
Jason Hall 2025-11-05 11:23:42 -05:00
parent 6b22cdfcf8
commit 1aee6938d3
6 changed files with 185 additions and 29 deletions

View file

@ -18,15 +18,11 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Read service account key
id: sa-key
run: echo "content=$(cat github-actions-metrics-key.json | jq -c)" >> $GITHUB_OUTPUT
- uses: ./
with:
github-token: ${{ github.token }}
gcp-project-id: jason-chainguard
gcp-service-account-key: ${{ steps.sa-key.outputs.content }}
gcp-service-account-key-file: github-actions-metrics-key.json
- uses: actions/setup-node@v4
with: