Skip to content

Commit

Permalink
Update github-actions to 4.14.7 (#161)
Browse files Browse the repository at this point in the history
* Set oauth token
  • Loading branch information
release-github-action[bot] authored Jun 21, 2024
1 parent 491dbe9 commit c2648b0
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/universal_workflow_light.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -826,6 +826,10 @@ jobs:
run: |
# run composer
${{ inputs.debug }}
docker compose exec -T \
${{ steps.rt.outputs.runscript_container_options }} \
${{ steps.rt.outputs.runscript_container_name }} \
composer config -g github-oauth.github.com "${{ secrets.enterprise_github_token || github.token }}"
docker compose exec -T \
${{ steps.rt.outputs.runscript_container_options }} \
${{ steps.rt.outputs.runscript_container_name }} \
Expand Down Expand Up @@ -1006,6 +1010,10 @@ jobs:
run: |
# run composer
${{ inputs.debug }}
docker compose exec -T \
${{ steps.rt.outputs.runslim_container_options }} \
${{ steps.rt.outputs.runslim_container_name }} \
composer config -g github-oauth.github.com "${{ secrets.enterprise_github_token || github.token }}"
docker compose exec -T \
${{ steps.rt.outputs.runslim_container_options }} \
${{ steps.rt.outputs.runslim_container_name }} \
Expand Down
8 changes: 8 additions & 0 deletions .github/workflows/universal_workflow_light.yml
Original file line number Diff line number Diff line change
Expand Up @@ -826,6 +826,10 @@ jobs:
run: |
# run composer
${{ inputs.debug }}
docker compose exec -T \
${{ steps.rt.outputs.runscript_container_options }} \
${{ steps.rt.outputs.runscript_container_name }} \
composer config -g github-oauth.github.com "${{ secrets.enterprise_github_token || github.token }}"
docker compose exec -T \
${{ steps.rt.outputs.runscript_container_options }} \
${{ steps.rt.outputs.runscript_container_name }} \
Expand Down Expand Up @@ -1006,6 +1010,10 @@ jobs:
run: |
# run composer
${{ inputs.debug }}
docker compose exec -T \
${{ steps.rt.outputs.runslim_container_options }} \
${{ steps.rt.outputs.runslim_container_name }} \
composer config -g github-oauth.github.com "${{ secrets.enterprise_github_token || github.token }}"
docker compose exec -T \
${{ steps.rt.outputs.runslim_container_options }} \
${{ steps.rt.outputs.runslim_container_name }} \
Expand Down

0 comments on commit c2648b0

Please sign in to comment.