Skip to content

Commit

Permalink
fix: workflow access token (#26)
Browse files Browse the repository at this point in the history
* Update ci-cd-integration.yml

* Update ci-cd-preproduction.yml

* Update ci-cd-production.yml
  • Loading branch information
MaxencePerrinPrestashop committed Apr 13, 2023
1 parent c7e6a94 commit 9e958ea
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@ jobs:
with:
workflow: deployment-integration.yml
repo: PrestaShopCorp/terraform-core-oss-distribution-api
token: ${{ secrets.ACCESS_TOKEN_INTEGRATION }}
token: ${{ secrets.ACCESS_TOKEN }}
ref: 'refs/heads/main'
inputs: '{ "version": "${{ steps.get_tag.outputs.TAG }}" }'
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd-preproduction.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@ jobs:
with:
workflow: deployment-preproduction.yml
repo: PrestaShopCorp/terraform-core-oss-distribution-api
token: ${{ secrets.ACCESS_TOKEN_PREPRODUCTION }}
token: ${{ secrets.ACCESS_TOKEN }}
ref: 'refs/heads/main'
inputs: '{ "version": "${{ steps.get_tag.outputs.TAG }}" }'
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ jobs:
with:
workflow: deployment-production.yml
repo: PrestaShopCorp/terraform-core-oss-distribution-api
token: ${{ secrets.ACCESS_TOKEN_PRODUCTION }}
token: ${{ secrets.ACCESS_TOKEN }}
ref: 'refs/heads/main'
inputs: '{ "version": "${{ steps.get_tag.outputs.TAG }}" }'

0 comments on commit 9e958ea

Please sign in to comment.