Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/release-candidate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
with:
owner: husarion
repo: docs_new
github_token: ${{ secrets.RAFAL_ACCESS_TOKEN }}
github_token: ${{ secrets.GH_PAT }}
workflow_file_name: test-parser.yaml
ref: master
client_payload: '{"husarion_ugv_branch": "ros2-devel"}'
Expand Down Expand Up @@ -75,14 +75,14 @@ jobs:
repository_name: husarion-ugv-rpi-os-img
new_branch_name: ${{ env.RC_BRANCH_NAME }}
new_branch_ref: ros2-devel
access_token: ${{ secrets.RAFAL_ACCESS_TOKEN}}
access_token: ${{ secrets.GH_PAT}}

- name: Build OS image
uses: convictional/[email protected]
with:
owner: husarion
repo: husarion-ugv-rpi-os-img
github_token: ${{ secrets.RAFAL_ACCESS_TOKEN }}
github_token: ${{ secrets.GH_PAT }}
workflow_file_name: build_and_deploy_image.yaml
ref: ${{ env.RC_BRANCH_NAME }}
client_payload: |
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release-project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
with:
owner: husarion
repo: husarion-ugv-rpi-os-img
github_token: ${{ secrets.RAFAL_ACCESS_TOKEN }}
github_token: ${{ secrets.GH_PAT }}
workflow_file_name: release-repository.yaml
ref: ${{ env.RC_BRANCH_NAME }}
client_payload: |
Expand All @@ -82,7 +82,7 @@ jobs:
with:
owner: husarion
repo: husarion-ugv-rpi-os-img
github_token: ${{ secrets.RAFAL_ACCESS_TOKEN }}
github_token: ${{ secrets.GH_PAT }}
workflow_file_name: build_and_deploy_image.yaml
ref: ${{ env.MAIN_BRANCH }}
client_payload: |
Expand All @@ -101,6 +101,6 @@ jobs:
with:
owner: husarion
repo: docs_new
github_token: ${{ secrets.RAFAL_ACCESS_TOKEN }}
github_token: ${{ secrets.GH_PAT }}
workflow_file_name: build.yaml
ref: master