Add GH access token

This commit is contained in:
2024-07-13 03:19:28 +07:00
parent e15b326ddc
commit 6123411e88

View File

@@ -10,6 +10,8 @@ jobs:
steps:
- name: Check out repository
uses: actions/checkout@v4
with:
token: ${{ secrets.GH_ACCESS_TOKEN }}
- name: Build and test your app (customize as needed)
run: |
# Add your build and test commands here