Skip to content

Commit

Permalink
meta
Browse files Browse the repository at this point in the history
  • Loading branch information
galargh committed Jan 30, 2024
1 parent 4947af4 commit 4193caf
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions .github/workflows/playground.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,7 @@ jobs:
name: Play
runs-on: ["self-hosted", "linux", "x64", "large"]
steps:
- run: echo "Hello, world!" > hello.txt
shell: bash
- uses: ipdxco/custom-github-runners/.github/actions/upload-artifact@main
with:
source: remote.txt
- uses: ipdxco/custom-github-runners/.github/actions/download-artifact@main
with:
source: remote.txt
destination: goodbye.txt
- run: cat goodbye.txt
- 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

0 comments on commit 4193caf

Please sign in to comment.