Sfoglia il codice sorgente

fix: Use Github token

version-14
Gavin D'souza 4 anni fa
parent
commit
1b90e713c6
2 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  1. +1
    -1
      .github/workflows/publish-assets-develop.yml
  2. +2
    -2
      .github/workflows/publish-assets-releases.yml

+ 1
- 1
.github/workflows/publish-assets-develop.yml Vedi File

@@ -1,4 +1,4 @@
name: Build and Publish Assets
name: Build and Publish Assets for Development

on:
push:


+ 2
- 2
.github/workflows/publish-assets-releases.yml Vedi File

@@ -1,4 +1,4 @@
name: Build and Publish Assets built for releases
name: Build and Publish Assets built for Releases

on:
release:
@@ -34,7 +34,7 @@ jobs:
- name: Attach Assets to Release
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_ASSETS_TOKEN }}
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: $GITHUB_WORKSPACE/build/$GITHUB_SHA.tar.gz
asset_name: assets.tar.gz
tag: ${{ github.ref }}


Caricamento…
Annulla
Salva