Skip to content

Commit

Permalink
change workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ajithvcoder committed Nov 4, 2024
1 parent b1d7ba2 commit 6015c91
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ec2-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ jobs:

- uses: actions/checkout@v3
- name: Verify EC2 Instance
env:
REPO_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
with:
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
run: |
echo "Checking instance information..."
# Check if we're on EC2
Expand Down

0 comments on commit 6015c91

Please sign in to comment.