Skip to content

feat: not allow state operations without a TF_DEMUX_ALLOW_STATE_COMMANDS environment #74

feat: not allow state operations without a TF_DEMUX_ALLOW_STATE_COMMANDS environment

feat: not allow state operations without a TF_DEMUX_ALLOW_STATE_COMMANDS environment #74

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.21
- name: Test
run: |
./test.sh
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
with:
args: build --snapshot
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}