Add GitHub Actions environment variable for token authentication

This commit is contained in:
Nayam Amarshe
2025-01-01 14:48:35 +05:30
parent 4fc0b034e4
commit 334709f680

View File

@@ -6,6 +6,8 @@ on:
jobs:
windows:
runs-on: windows-latest
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v3