|
|
@ -13,6 +13,8 @@ env:
|
|
|
|
jobs:
|
|
|
|
jobs:
|
|
|
|
format:
|
|
|
|
format:
|
|
|
|
runs-on: windows-latest
|
|
|
|
runs-on: windows-latest
|
|
|
|
|
|
|
|
timeout-minutes: 10
|
|
|
|
|
|
|
|
|
|
|
|
permissions:
|
|
|
|
permissions:
|
|
|
|
contents: read
|
|
|
|
contents: read
|
|
|
|
|
|
|
|
|
|
|
@ -34,7 +36,10 @@ jobs:
|
|
|
|
test:
|
|
|
|
test:
|
|
|
|
# Tests need access to secrets, so we can't run them against PRs because of limited trust
|
|
|
|
# Tests need access to secrets, so we can't run them against PRs because of limited trust
|
|
|
|
if: ${{ github.event_name != 'pull_request' }}
|
|
|
|
if: ${{ github.event_name != 'pull_request' }}
|
|
|
|
|
|
|
|
|
|
|
|
runs-on: windows-latest
|
|
|
|
runs-on: windows-latest
|
|
|
|
|
|
|
|
timeout-minutes: 10
|
|
|
|
|
|
|
|
|
|
|
|
permissions:
|
|
|
|
permissions:
|
|
|
|
contents: read
|
|
|
|
contents: read
|
|
|
|
|
|
|
|
|
|
|
@ -73,6 +78,8 @@ jobs:
|
|
|
|
- DiscordChatExporter.Gui
|
|
|
|
- DiscordChatExporter.Gui
|
|
|
|
|
|
|
|
|
|
|
|
runs-on: windows-latest
|
|
|
|
runs-on: windows-latest
|
|
|
|
|
|
|
|
timeout-minutes: 10
|
|
|
|
|
|
|
|
|
|
|
|
permissions:
|
|
|
|
permissions:
|
|
|
|
actions: write
|
|
|
|
actions: write
|
|
|
|
contents: read
|
|
|
|
contents: read
|
|
|
@ -110,6 +117,8 @@ jobs:
|
|
|
|
- pack
|
|
|
|
- pack
|
|
|
|
|
|
|
|
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
|
|
|
|
timeout-minutes: 10
|
|
|
|
|
|
|
|
|
|
|
|
permissions:
|
|
|
|
permissions:
|
|
|
|
contents: write
|
|
|
|
contents: write
|
|
|
|
|
|
|
|
|
|
|
@ -140,6 +149,8 @@ jobs:
|
|
|
|
asset: DiscordChatExporter
|
|
|
|
asset: DiscordChatExporter
|
|
|
|
|
|
|
|
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
|
|
|
|
timeout-minutes: 10
|
|
|
|
|
|
|
|
|
|
|
|
permissions:
|
|
|
|
permissions:
|
|
|
|
actions: read
|
|
|
|
actions: read
|
|
|
|
contents: write
|
|
|
|
contents: write
|
|
|
@ -167,6 +178,8 @@ jobs:
|
|
|
|
notify:
|
|
|
|
notify:
|
|
|
|
needs: deploy
|
|
|
|
needs: deploy
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
|
|
|
|
timeout-minutes: 10
|
|
|
|
|
|
|
|
|
|
|
|
permissions:
|
|
|
|
permissions:
|
|
|
|
contents: read
|
|
|
|
contents: read
|
|
|
|
|
|
|
|
|
|
|
|