1
0
Fork 0
mirror of https://github.com/imjasonh/gcp-metrics-action synced 2026-07-20 13:00:06 +00:00
Signed-off-by: Jason Hall <jason@chainguard.dev>
This commit is contained in:
Jason Hall 2025-11-05 12:24:52 -05:00
parent a58e321dcc
commit 9c77a30876
3 changed files with 42 additions and 28 deletions

View file

@ -1,4 +1,4 @@
name: Example Workflow with Metrics
name: Use Action
on:
push:
@ -13,7 +13,7 @@ jobs:
permissions:
contents: read
actions: read
actions: read # To view this workflow's metadata and logs
steps:
- uses: actions/checkout@v4