Skip to content

Commit

Permalink
chore(ci): Revert back github token change
Browse files Browse the repository at this point in the history
  • Loading branch information
soufianerafik committed Jan 16, 2025
1 parent 03faff8 commit c07d54e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ jobs:
- uses: uwit-iam/actions/[email protected]
id: guidance
with:
github-token: ${{ github.token }}
github-token: ${{ secrets.GITHUB_TOKEN }}

- uses: uwit-iam/actions/[email protected]
with:
github-token: ${{ github.token }}
github-token: ${{ env.GITHUB_TOKEN }}
version-guidance: ${{ steps.guidance.outputs.guidance }}
id: update-version

Expand Down

0 comments on commit c07d54e

Please sign in to comment.