Apply CI permissions

This commit is contained in:
Archi
2023-11-19 19:33:42 +01:00
parent 4f459e21f2
commit f4f73bcadc
8 changed files with 29 additions and 10 deletions

View File

@@ -4,10 +4,14 @@ on: [push, pull_request]
env:
CONFIGURATION: Release
DOTNET_CLI_TELEMETRY_OPTOUT: true
DOTNET_NOLOGO: true
DOTNET_SDK_VERSION: 8.0
NODE_JS_VERSION: 'lts/*'
PLUGINS: ArchiSteamFarm.OfficialPlugins.ItemsMatcher ArchiSteamFarm.OfficialPlugins.MobileAuthenticator ArchiSteamFarm.OfficialPlugins.SteamTokenDumper
permissions: {}
jobs:
publish-asf-ui:
runs-on: ubuntu-latest
@@ -69,10 +73,6 @@ jobs:
runs-on: ${{ matrix.os }}
env:
DOTNET_CLI_TELEMETRY_OPTOUT: true
DOTNET_NOLOGO: true
steps:
- name: Checkout code
uses: actions/checkout@v4.1.1
@@ -406,6 +406,9 @@ jobs:
needs: publish-asf
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout code
uses: actions/checkout@v4.1.1