Skip to content

Commit

Permalink
mask instance id
Browse files Browse the repository at this point in the history
  • Loading branch information
dreth committed Oct 31, 2024
1 parent 97c92bf commit 2f1fdbb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ jobs:
--filters "Name=tag:Name,Values=minibox" "Name=instance-state-name,Values=running" \
--query "Reservations[].Instances[].InstanceId" \
--output text)
echo "::add-mask::$instance_id"
echo "INSTANCE_ID=$instance_id" >> $GITHUB_ENV
- name: Deploy to EC2 via SSM
Expand Down

0 comments on commit 2f1fdbb

Please sign in to comment.