From d0b899bd314dd48f0b2ecace97bc79186e4ce150 Mon Sep 17 00:00:00 2001 From: Dominik Meyer Date: Sat, 28 Dec 2024 10:35:41 +0100 Subject: [PATCH] Revert "build: changed github token secret name" This reverts commit a3a0267dffc5f0d41a4fc0b8e01b4c3fdd533494. --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index ae5e244..48961ce 100644 --- a/.drone.yml +++ b/.drone.yml @@ -9,7 +9,7 @@ steps: pull: always settings: GH_TOKEN: - from_secret: github + from_secret: GH_TOKEN GH_REPO: "ti-hsu-hh-de/EthernetCRC" GH_REPO_DESC: "basic EthernetCRC VHDL Module" GH_REPO_HOMEPAGE: "https://github.com/ti-hsu-hh-de/"