diff --git a/.github/workflows/apply.yml b/.github/workflows/apply.yml index d87cb78..f2a89be 100644 --- a/.github/workflows/apply.yml +++ b/.github/workflows/apply.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest needs: terraform-validate permissions: - contents: read + contents: write steps: - name: Checkout uses: actions/checkout@v4 @@ -37,5 +37,5 @@ jobs: - name: Push changes uses: ad-m/github-push-action@v0.8.0 with: - github_token: ${{ secrets.GITHUB_TOKEN }} + github_token: ${{ secrets.GIT_PUSH_TOKEN }} branch: ${{ github.head_ref }}