aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/Test.yml10
1 files changed, 1 insertions, 9 deletions
diff --git a/.github/workflows/Test.yml b/.github/workflows/Test.yml
index de4ecb53d..18774f4cf 100644
--- a/.github/workflows/Test.yml
+++ b/.github/workflows/Test.yml
@@ -682,18 +682,10 @@ jobs:
# Untagged: update the assets of pre-release 'nightly'
- uses: pyTooling/Actions/releaser@r0
with:
- token: ${{ secrets.GITHUB_TOKEN }}
+ token: ${{ github.token }}
tag: 'nightly'
files: ${{ steps.files.outputs.list }}
- - name: '🔔 Trigger ghdl/docker'
- run: |
- curl -X POST https://api.github.com/repos/ghdl/docker/dispatches \
- -H 'Content-Type: application/json' \
- -H 'Accept: application/vnd.github.everest-preview+json' \
- -H "Authorization: token ${{ secrets.GHDL_BOT }}" \
- --data '{"event_type": "ghdl"}'
-
#
# pyGHDL Coverage (MINGW64)
#