Skip to content

Commit

Permalink
.github/workflows: Update name of the checkout action token
Browse files Browse the repository at this point in the history
This PR attempts to fix the failures seen in the Post Merge workflow.
Previously the token used in the checkout action had probably expired
and a new token was generated to test out this hypothesis. Now that
the Post Merge workflow succeeds, we're renaming the token as before
and updating the token value in the repo.

Signed-off-by: Ashutosh Narkar <anarkar4387@gmail.com>
  • Loading branch information
ashutosh-narkar committed Dec 18, 2023
1 parent 24f09cd commit b85eb64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/post-merge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Check out code
uses: actions/checkout@v4
with:
token: ${{ secrets.GH_PUSH_TOKEN_2 }} # required to push to protected branch below
token: ${{ secrets.GH_PUSH_TOKEN }} # required to push to protected branch below

- name: Generate
run: make clean generate docs-generate-cli-docs
Expand Down

0 comments on commit b85eb64

Please sign in to comment.