Skip to content

Commit

Permalink
Adds workflow for deploying Jenkins into test account
Browse files Browse the repository at this point in the history
  • Loading branch information
gabebatista committed Oct 4, 2024
1 parent b649e5e commit 084b5b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/jenkins-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
- name: Update Pull Request
uses: actions/github-script@v7
with:
github-token: ${{ secrets.USER_TOKEN }}
github-token: ${{ secrets.BOT_PAT }}
script: |
const output = #### Terraform Plan 📖\`${{ steps.plan.outcome }}\`
<details><summary>Show Plan</summary>
Expand Down

0 comments on commit 084b5b6

Please sign in to comment.