diff options
| author | AAGaming <aagaming@riseup.net> | 2023-09-25 13:37:28 -0400 |
|---|---|---|
| committer | marios8543 <marios8543@gmail.com> | 2023-10-17 17:08:23 +0300 |
| commit | a351c02ac166efc60778948c6e93829ea93393f4 (patch) | |
| tree | 5c7b15c4010e0930e04f369927050679fe5e8189 | |
| parent | fc086db5e6f6b35f0b98042974b985435f0be688 (diff) | |
| download | decky-loader-a351c02ac166efc60778948c6e93829ea93393f4.tar.gz decky-loader-a351c02ac166efc60778948c6e93829ea93393f4.zip | |
with, not env
| -rw-r--r-- | .github/workflows/build.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 04e932cd..3c09beb9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -127,7 +127,7 @@ jobs: - name: Get latest release uses: rez0n/actions-github-release@main id: latest_release - env: + with: token: ${{ secrets.GITHUB_TOKEN }} repository: "SteamDeckHomebrew/decky-loader" type: "nodraft" @@ -206,7 +206,7 @@ jobs: - name: Get latest release uses: rez0n/actions-github-release@main id: latest_release - env: + with: token: ${{ secrets.GITHUB_TOKEN }} repository: "SteamDeckHomebrew/decky-loader" type: "nodraft" |
