mirror of
https://github.com/imjasonh/gcp-metrics-action
synced 2026-07-16 20:26:12 +00:00
try to fix
Signed-off-by: Jason Hall <jason@chainguard.dev>
This commit is contained in:
parent
eb3bfbbb0c
commit
849cf0e454
1 changed files with 2 additions and 1 deletions
3
.github/workflows/use-action.yaml
vendored
3
.github/workflows/use-action.yaml
vendored
|
|
@ -13,13 +13,14 @@ jobs:
|
|||
|
||||
permissions:
|
||||
contents: read
|
||||
actions: read
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- uses: ./
|
||||
with:
|
||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
github-token: ${{ github.token }}
|
||||
gcp-service-account-key: github-actions-metrics-key.json
|
||||
|
||||
- uses: actions/setup-node@v4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue