Skip to content

Commit

Permalink
Update playground.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
galargh authored Jan 31, 2024
1 parent 4193caf commit 08b6dd6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/playground.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,5 @@ jobs:
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/
env
shell: bash

0 comments on commit 08b6dd6

Please sign in to comment.