Skip to content

Commit

Permalink
use a single personal access token
Browse files Browse the repository at this point in the history
Signed-off-by: Omansh Krishn <[email protected]>
  • Loading branch information
omansh-krishn committed Apr 9, 2024
1 parent 70bcdce commit abafc43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: materialgram/arch
token: ${{ secrets.repopat }}
token: ${{ secrets.PAT }}

- name: do the things
run: |
Expand Down

0 comments on commit abafc43

Please sign in to comment.