Skip to content

Change pat #525

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Apr 17, 2025
Merged
Show file tree
Hide file tree
Changes from 4 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
Loading