Skip to content

Commit

Permalink
Merge pull request #2 from Elaman0117/Change-to-PAT
Browse files Browse the repository at this point in the history
Change to pat
  • Loading branch information
Elaman0117 authored Sep 12, 2024
2 parents 2e9651e + 34ab9ee commit 14a1fcc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/artifact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
filename: Release.zip
directory: dist

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: Output
path: dist/Release.zip
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
copy Deploy.exe dist
New-Item -Path dist -Name "Mod Manager.cmd" -ItemType "file" -Value "@echo off`ncd `"Mod Manager`"`nstart `"`" `"Mod Manager.exe`""
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: Output
path: dist
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
id: changelog
uses: loopwerk/tag-changelog@v1.0.4
with:
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.PAT }}
config_file: .github/tag-changelog-config.js
exclude_types: other,docs,chore,build,amend,refactor

Expand Down

0 comments on commit 14a1fcc

Please sign in to comment.