diff --git a/.github/workflows/command-dispatch.yml b/.github/workflows/command-dispatch.yml deleted file mode 100644 index 2e0be13f..00000000 --- a/.github/workflows/command-dispatch.yml +++ /dev/null @@ -1,38 +0,0 @@ -env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} - NPM_TOKEN: ${{ secrets.NPM_TOKEN }} - NUGET_PUBLISH_KEY: ${{ secrets.NUGET_PUBLISH_KEY }} - PROVIDER: scaleway - PULUMI_ACCESS_TOKEN: ${{ secrets.PULUMI_ACCESS_TOKEN }} - PULUMI_API: https://api.pulumi.com - PULUMI_GO_DEP_ROOT: ${{ github.workspace }}/.. - PULUMI_LOCAL_NUGET: ${{ github.workspace }}/nuget - PULUMI_TEST_OWNER: "pulumiverse" - PYPI_PASSWORD: ${{ secrets.PYPI_API_TOKEN }} - PYPI_USERNAME: "__token__" - SCW_ACCESS_KEY: ${{ secrets.SCW_ACCESS_KEY }} - SCW_DEFAULT_PROJECT_ID: ${{ secrets.SCW_DEFAULT_PROJECT_ID }} - SCW_SECRET_KEY: ${{ secrets.SCW_SECRET_KEY }} - TRAVIS_OS_NAME: linux -jobs: - command-dispatch-for-testing: - name: command-dispatch-for-testing - runs-on: ubuntu-latest - steps: - - name: Checkout Repo - uses: actions/checkout@v3 - - uses: peter-evans/slash-command-dispatch@v3 - with: - commands: run-acceptance-tests - issue-type: pull-request - permission: write - reaction-token: ${{ secrets.GITHUB_TOKEN }} - repository: pulumiverse/pulumi-grafana - token: ${{ secrets.PULUMI_BOT_TOKEN }} - strategy: {} -"on": - issue_comment: - types: - - created - - edited diff --git a/.github/workflows/prerelease.yml b/.github/workflows/prerelease.yml index 3b9ec983..95d0fd65 100644 --- a/.github/workflows/prerelease.yml +++ b/.github/workflows/prerelease.yml @@ -186,7 +186,7 @@ jobs: - name: Run GoReleaser uses: goreleaser/goreleaser-action@v4 with: - args: -f .goreleaser.prerelease.yml --rm-dist --skip-validate --timeout + args: -f .goreleaser.prerelease.yml --clean --skip-validate --timeout 60m0s version: latest strategy: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 79560ddb..7369701e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -185,7 +185,7 @@ jobs: - name: Run GoReleaser uses: goreleaser/goreleaser-action@v4 with: - args: release --rm-dist --timeout 60m0s + args: release --clean --timeout 60m0s version: latest strategy: fail-fast: true