From 7a23a0d887d26650a8d293eea8125ec978ac81a9 Mon Sep 17 00:00:00 2001 From: Unai Martinez-Corral Date: Sat, 25 Feb 2023 16:55:36 +0100 Subject: ci: remove triggering through a PAT --- .github/workflows/Test.yml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to '.github') 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) # -- cgit v1.2.3