Skip to content

Commit

Permalink
update token
Browse files Browse the repository at this point in the history
  • Loading branch information
rafal-gorecki committed Dec 13, 2024
1 parent b6e3df1 commit c221f23
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 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.GH_PAT }}
github_token: ${{ secrets.RAFAL_ACCESS_TOKEN }}
workflow_file_name: test-release.yml
ref: master
client_payload: '{"husarion_ugv_branch": "ros2-devel"}'
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
repository_name: ${{ matrix.repo }}
new_branch_name: ${{ env.RC_BRANCH_NAME }}
new_branch_ref: ros2-devel
access_token: ${{ secrets.GH_PAT}}
access_token: ${{ secrets.RAFAL_ACCESS_TOKEN}}

update_tags_in_compose:
name: Update tags in compose
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
with:
owner: husarion
repo: panther-rpi-os-img
github_token: ${{ secrets.GH_PAT }}
github_token: ${{ secrets.RAFAL_ACCESS_TOKEN }}
workflow_file_name: build_and_deploy_image.yaml
ref: ${{ env.RC_BRANCH_NAME }}
client_payload: |
Expand All @@ -117,7 +117,7 @@ jobs:
with:
owner: husarion
repo: panther-rpi-os-img
github_token: ${{ secrets.GH_PAT }}
github_token: ${{ secrets.RAFAL_ACCESS_TOKEN }}
workflow_file_name: build_and_deploy_flash_os_image.yaml
ref: ${{ env.RC_BRANCH_NAME }}
client_payload: |
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release-project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
with:
owner: husarion
repo: panther-rpi-os-img
github_token: ${{ secrets.GH_PAT }}
github_token: ${{ secrets.RAFAL_ACCESS_TOKEN }}
workflow_file_name: release-repository.yaml
ref: ${{ env.RC_BRANCH_NAME }}
client_payload: |
Expand All @@ -71,7 +71,7 @@ jobs:
with:
owner: husarion
repo: panther-rpi-os-img
github_token: ${{ secrets.GH_PAT }}
github_token: ${{ secrets.RAFAL_ACCESS_TOKEN }}
workflow_file_name: build_and_deploy_image.yaml
ref: ${{ env.MAIN_BRANCH }}
client_payload: |
Expand All @@ -87,7 +87,7 @@ jobs:
with:
owner: husarion
repo: panther-rpi-os-img
github_token: ${{ secrets.GH_PAT }}
github_token: ${{ secrets.RAFAL_ACCESS_TOKEN }}
workflow_file_name: build_and_deploy_flash_os_image.yaml
ref: ${{ env.MAIN_BRANCH }}
client_payload: |
Expand All @@ -100,6 +100,6 @@ jobs:
with:
owner: husarion
repo: docs_new
github_token: ${{ secrets.GH_PAT }}
github_token: ${{ secrets.RAFAL_ACCESS_TOKEN }}
workflow_file_name: build.yml
ref: master

0 comments on commit c221f23

Please sign in to comment.