Skip to content

Commit

Permalink
update config action
Browse files Browse the repository at this point in the history
  • Loading branch information
wr0ngway committed Oct 13, 2021
1 parent 5751ae4 commit e8880f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ jobs:
continue-on-error: true

- name: Set environment from cloudtruth
uses: cloudtruth/configure-action@v1
uses: cloudtruth/configure-action@v2
with:
token: "${{ secrets.CLOUDTRUTH_API_KEY }}"
apikey: "${{ secrets.CLOUDTRUTH_API_KEY }}"
project: "deploy"
environment: "production"

Expand Down

0 comments on commit e8880f7

Please sign in to comment.