mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 10:35:03 +00:00
setup gitsign
This commit is contained in:
parent
9f95235d93
commit
bda2bf9142
1 changed files with 5 additions and 1 deletions
6
.github/workflows/crawl.yaml
vendored
6
.github/workflows/crawl.yaml
vendored
|
|
@ -9,6 +9,7 @@ on:
|
|||
- cron: '0 6 * * *' # Daily at 6 AM
|
||||
|
||||
permissions:
|
||||
id-token: write # Enable OIDC
|
||||
contents: write
|
||||
|
||||
jobs:
|
||||
|
|
@ -18,7 +19,10 @@ jobs:
|
|||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: 1.17.x
|
||||
go-version: 1.18.x
|
||||
# Install and setup gitsign so commits are signed by OIDC.
|
||||
- uses: wlynch/gitsign-action@main
|
||||
|
||||
- uses: google-github-actions/setup-gcloud@v0
|
||||
with:
|
||||
install_components: alpha,beta
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue