Skip to content

chore: move out of deprecated goreleaser setting #37

chore: move out of deprecated goreleaser setting

chore: move out of deprecated goreleaser setting #37

name: Dotcom Anonymous Acceptance Tests
on:
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
acceptance-tests-anonymous:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
with:
persist-credentials: false
fetch-depth: 0
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
with:
go-version-file: 'go.mod'
cache: true
- name: Acceptance Tests (Anonymous)
id: acceptance-tests-anonymous
run: ./scripts/entrypoint.sh
env:
RUN_ALL: 'false'
TF_LOG: WARN
GITHUB_BASE_URL: https://api.github.com/
GITHUB_TEST_ORGANIZATION: backmarket-sandbox-yli
GITHUB_TEST_OWNER: gh-terraform-provider-tester
GITHUB_TEMPLATE_REPOSITORY: terraform-template-module
GITHUB_TEMPLATE_REPOSITORY_RELEASE_ID: 245841152
GITHUB_TEST_USER_TOKEN: ${{ secrets.TEST_USER_TOKEN }}
GITHUB_TOKEN: ${{ secrets.TEST_USER_TOKEN }}