Skip to content

Commit

Permalink
refactor: add GH_PAT back
Browse files Browse the repository at this point in the history
  • Loading branch information
cekinmezyucel committed Apr 24, 2023
1 parent cd0134e commit 6ebdb68
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/validation-check-with-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
uses: actions/checkout@v3
with:
repository: cekinmezyucel/zally
token: ${{ secrets.GH_PAT }} # `GH_PAT` is a secret that contains your PAT
path: zally
- name: Set up JDK
uses: actions/setup-java@v2
Expand Down

0 comments on commit 6ebdb68

Please sign in to comment.