Skip to content
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

Update the codex-frontend module reference to Houston project #567

Merged
merged 28 commits into from
Sep 26, 2023
Merged
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
12e825d
Update update-submodule.yml
tsubramanian Sep 25, 2023
10147ef
Update update-submodule.yml
tsubramanian Sep 25, 2023
cbfac4c
Update update-submodule.yml
tsubramanian Sep 25, 2023
5dbc992
Update update-submodule.yml
tsubramanian Sep 25, 2023
73a57ac
Update update-submodule.yml
tsubramanian Sep 25, 2023
b740952
Update update-submodule.yml
tsubramanian Sep 25, 2023
a1e89ea
Update update-submodule.yml
tsubramanian Sep 25, 2023
d27d50a
Update update-submodule.yml
tsubramanian Sep 25, 2023
4b9e0fa
Update update-submodule.yml
tsubramanian Sep 25, 2023
4a34bb8
Update update-submodule.yml
tsubramanian Sep 25, 2023
22297a5
Update update-submodule.yml
tsubramanian Sep 26, 2023
e379b8a
Update update-submodule.yml
tsubramanian Sep 26, 2023
be77875
Update update-submodule.yml
tsubramanian Sep 26, 2023
2c7a251
Update update-submodule.yml
tsubramanian Sep 26, 2023
b003697
Update update-submodule.yml
tsubramanian Sep 26, 2023
02d8385
Update update-submodule.yml
tsubramanian Sep 26, 2023
8737872
Update update-submodule.yml
tsubramanian Sep 26, 2023
3d286e8
Update update-submodule.yml
tsubramanian Sep 26, 2023
2816453
Update update-submodule.yml
tsubramanian Sep 26, 2023
6a0c9b9
Update update-submodule.yml
tsubramanian Sep 26, 2023
e636148
Update update-submodule.yml
tsubramanian Sep 26, 2023
79f9ca7
Update update-submodule.yml
tsubramanian Sep 26, 2023
665d281
Update update-submodule.yml
tsubramanian Sep 26, 2023
6788cff
Update update-submodule.yml
tsubramanian Sep 26, 2023
834f66e
Update update-submodule.yml
tsubramanian Sep 26, 2023
cf18f17
Update update-submodule.yml
tsubramanian Sep 26, 2023
1658085
Update update-submodule.yml
tsubramanian Sep 26, 2023
0aef794
Update update-submodule.yml
tsubramanian Sep 26, 2023
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
2 changes: 1 addition & 1 deletion .github/workflows/update-submodule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
with:
repository: 'WildMeOrg/houston'
submodules: true
token: ${{ secrets.PAT_TOKEN }}
token: ${{ secrets.GHCR_PAT }}
- run: |
bash -xe <<EOF
git config user.name github-actions
Expand Down
Loading