aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorUnai Martinez-Corral <unai.martinezcorral@ehu.eus>2023-02-25 16:55:36 +0100
committerumarcor <unai.martinezcorral@ehu.eus>2023-02-25 22:43:23 +0000
commit7a23a0d887d26650a8d293eea8125ec978ac81a9 (patch)
tree5c545b2e0c918ea4a8b07229d3107db99ebc041e /.github
parentf4c73f40f0e13eec003807738c96826875e19ff0 (diff)
downloadghdl-7a23a0d887d26650a8d293eea8125ec978ac81a9.tar.gz
ghdl-7a23a0d887d26650a8d293eea8125ec978ac81a9.tar.bz2
ghdl-7a23a0d887d26650a8d293eea8125ec978ac81a9.zip
ci: remove triggering through a PAT
Diffstat (limited to '.github')
-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)
#