Skip to content

Commit

Permalink
chore: update github access token var
Browse files Browse the repository at this point in the history
  • Loading branch information
kseghair committed Jan 24, 2025
1 parent 6cd5ef2 commit 7e3e685
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cdn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ jobs:
with:
workflow: ${{ env.WORKFLOW }}
repo: PrestaShopCorp/services-deployment
token: ${{ secrets.ACCESS_TOKEN }}
token: ${{ secrets.ACCESS_TOKEN_GITHUB }}
ref: 'refs/heads/main'
inputs: '{ "version": "${{ steps.get_tag.outputs.TAG }}", "nodeVersion": "${{ env.NODE_VERSION }}", "vuejsPath": "${{ env.VUE_PATH }}", "vuejsBuildPath": "${{ env.BUILD_PATH }}", "isRelease": "${{ !github.event.release.prerelease && true || false }}", "assetsUrl": "${{ steps.get_assets_url.outputs.URL }}" }'

0 comments on commit 7e3e685

Please sign in to comment.