We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fae079d commit 59624faCopy full SHA for 59624fa
.github/workflows/main.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Build with DGMJR-IO SDK
23
uses: dgmjr-actions/build-using-dgmjrsdk@main
24
with:
25
- git-token: ${{ secrets.GODLIKE_PAT }}
+ git-token: ${{ secrets.GITHUB_TOKEN }}
26
repo: dgmjr-io/Abstractions
27
project-file-path: Dgmjr.Abstractions.csproj
28
push-github: true
0 commit comments