Skip to content

Commit

Permalink
ci: fix screen-shot
Browse files Browse the repository at this point in the history
  • Loading branch information
suzuki-shunsuke committed Dec 25, 2021
1 parent 69ef089 commit 0a92830
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions .github/workflows/screen-shot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,25 +13,13 @@ jobs:
GITHUB_OWNER: suzuki-shunsuke
steps:
- uses: actions/checkout@v2
- name: Generate token
id: generate_token
uses: tibdex/github-app-token@v1
with:
app_id: ${{ secrets.APP_ID }}
private_key: ${{ secrets.APP_PRIVATE_KEY }}
- uses: int128/aqua-action@v1
with:
version: v0.7.6 # renovate: depName=suzuki-shunsuke/aqua
version: v0.8.7 # renovate: depName=suzuki-shunsuke/aqua

- run: github-comment hide
working-directory: examples/screen-shot
env:
GITHUB_TOKEN: ${{ steps.generate_token.outputs.token }}
- run: github-comment exec -- terraform init
working-directory: examples/screen-shot
env:
GITHUB_TOKEN: ${{ steps.generate_token.outputs.token }}
- run: github-comment exec -- tfcmt -var target:foo plan -- terraform plan
working-directory: examples/screen-shot
env:
GITHUB_TOKEN: ${{ steps.generate_token.outputs.token }}

0 comments on commit 0a92830

Please sign in to comment.