mirror of
https://github.com/imjasonh/gcp-metrics-action
synced 2026-07-19 07:05:31 +00:00
try to fix
Signed-off-by: Jason Hall <jason@chainguard.dev>
This commit is contained in:
parent
2b0dee672e
commit
3f51d31351
6 changed files with 49 additions and 8 deletions
7
.github/workflows/use-action.yaml
vendored
7
.github/workflows/use-action.yaml
vendored
|
|
@ -18,10 +18,15 @@ 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-service-account-key: github-actions-metrics-key.json
|
||||
gcp-project-id: jason-chainguard
|
||||
gcp-service-account-key: ${{ steps.sa-key.outputs.content }}
|
||||
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue