Skip to content
This repository has been archived by the owner on Dec 3, 2023. It is now read-only.

Commit

Permalink
Use github token
Browse files Browse the repository at this point in the history
  • Loading branch information
angelnu committed Jan 30, 2021
1 parent 50e84e9 commit d2a25b7
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/ci_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
#DELETE THE LINE BELLOW BEFORE MERGING
echo "FAKE_BUILD=true" >> $GITHUB_ENV
echo "::set-output name=build_datetime::$(date +'%Y-%m-%d %H:%M:%S')"
echo "::set-output name=build_version::$(grep 'OCCU_VERSION =' buildroot-external/package/occu/occu.mk | cut -d' ' -f3 | cut -d'-' -f1).$(date +%Y%m%d)"
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
!startsWith(matrix.platform, 'oci_')
uses: WebFreak001/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.DEPLOY_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
file: release/RaspberryMatic-${{ env.VERSION }}-${{ matrix.platform }}.zip
name: RaspberryMatic-${{ env.OCCU_VERSION }}.$$-${{ matrix.platform }}.zip
Expand All @@ -107,7 +107,7 @@ jobs:
!startsWith(matrix.platform, 'oci_')
uses: WebFreak001/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.DEPLOY_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
file: release/RaspberryMatic-${{ env.VERSION }}-${{ matrix.platform }}.zip.sha256
name: RaspberryMatic-${{ env.OCCU_VERSION }}.$$-${{ matrix.platform }}.zip.sha256
Expand All @@ -118,7 +118,7 @@ jobs:
matrix.platform == 'rpi3'
uses: WebFreak001/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.DEPLOY_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
file: release/RaspberryMatic-${{ env.VERSION }}-ccu3.tgz
name: RaspberryMatic-${{ env.OCCU_VERSION }}.$$-ccu3.tgz
Expand All @@ -129,7 +129,7 @@ jobs:
matrix.platform == 'rpi3'
uses: WebFreak001/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.DEPLOY_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
file: release/RaspberryMatic-${{ env.VERSION }}-ccu3.tgz.sha256
name: RaspberryMatic-${{ env.OCCU_VERSION }}.$$-ccu3.tgz.sha256
Expand All @@ -141,7 +141,7 @@ jobs:
matrix.platform == 'ova'
uses: WebFreak001/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.DEPLOY_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
file: release/RaspberryMatic-${{ env.VERSION }}.ova
name: RaspberryMatic-${{ env.OCCU_VERSION }}.$$.ova
Expand All @@ -152,7 +152,7 @@ jobs:
matrix.platform == 'ova'
uses: WebFreak001/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.DEPLOY_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
file: release/RaspberryMatic-${{ env.VERSION }}.ova.sha256
name: RaspberryMatic-${{ env.OCCU_VERSION }}.$$.ova.sha256
Expand All @@ -163,7 +163,7 @@ jobs:
startsWith(matrix.platform, 'oci_')
uses: WebFreak001/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.DEPLOY_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
file: release/RaspberryMatic-${{ env.VERSION }}-${{ matrix.platform }}.tgz
name: RaspberryMatic-${{ env.OCCU_VERSION }}.$$-${{ matrix.platform }}.tgz
Expand All @@ -174,7 +174,7 @@ jobs:
startsWith(matrix.platform, 'oci_')
uses: WebFreak001/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.DEPLOY_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
file: release/RaspberryMatic-${{ env.VERSION }}-${{ matrix.platform }}.tgz.sha256
name: RaspberryMatic-${{ env.OCCU_VERSION }}.$$-${{ matrix.platform }}.tgz.sha256
Expand Down

0 comments on commit d2a25b7

Please sign in to comment.