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:
parent
6b22cdfcf8
commit
1aee6938d3
6 changed files with 185 additions and 29 deletions
6
.github/workflows/use-action.yaml
vendored
6
.github/workflows/use-action.yaml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue