Skip to content

Playground

Playground #174

Workflow file for this run

name: Playground
on:
workflow_dispatch:
jobs:
playground:
name: Play
runs-on: ["self-hosted", "linux", "x64", "large"]
steps:
- run: |
TOKEN=`curl -X PUT "http://169.254.169.254/latest/api/token" -H "X-aws-ec2-metadata-token-ttl-seconds: 180"` \
&& curl -H "X-aws-ec2-metadata-token: $TOKEN" -v http://169.254.169.254/latest/meta-data/
shell: bash