Skip to content

Commit

Permalink
Merge pull request #6 from Decatur-Robotics/save-tf-state
Browse files Browse the repository at this point in the history
Save tf state
  • Loading branch information
renatodellosso authored Feb 6, 2025
2 parents a7a17a7 + 26e3bbe commit cbd6d42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/apply.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
needs: terraform-validate
permissions:
contents: read
contents: write
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -37,5 +37,5 @@ jobs:
- name: Push changes
uses: ad-m/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
github_token: ${{ secrets.GIT_PUSH_TOKEN }}
branch: ${{ github.head_ref }}

0 comments on commit cbd6d42

Please sign in to comment.