actions-github #58

Merged
tischrei merged 9 commits from actions-github into main 2025-10-08 06:45:16 +00:00
5 changed files with 75 additions and 24 deletions
Showing only changes of commit 2174272b35 - Show all commits

View File

@ -41,7 +41,7 @@ jobs:
{%- endraw %} {%- endraw %}
{%- elif environment == 'public' %} {%- elif environment == 'public' %}
{% raw -%} {% raw -%}
swift_container: "github_action_logs" swift_container: "gh_action_logs"
otc_swift_username: ${{ secrets.OTC_SWIFT_USERNAME }} otc_swift_username: ${{ secrets.OTC_SWIFT_USERNAME }}
otc_swift_password: ${{ secrets.OTC_SWIFT_PASSWORD }} otc_swift_password: ${{ secrets.OTC_SWIFT_PASSWORD }}
otc_swift_project_name: ${{ secrets.OTC_SWIFT_PROJECT_NAME }} otc_swift_project_name: ${{ secrets.OTC_SWIFT_PROJECT_NAME }}

View File

@ -41,7 +41,7 @@ jobs:
{%- endraw %} {%- endraw %}
{%- elif environment == 'public' %} {%- elif environment == 'public' %}
{% raw -%} {% raw -%}
swift_container: "github_action_logs" swift_container: "gh_action_logs"
otc_swift_username: ${{ secrets.OTC_SWIFT_USERNAME }} otc_swift_username: ${{ secrets.OTC_SWIFT_USERNAME }}
otc_swift_password: ${{ secrets.OTC_SWIFT_PASSWORD }} otc_swift_password: ${{ secrets.OTC_SWIFT_PASSWORD }}
otc_swift_project_name: ${{ secrets.OTC_SWIFT_PROJECT_NAME }} otc_swift_project_name: ${{ secrets.OTC_SWIFT_PROJECT_NAME }}