From ea70ef6105de4840126cf84ff0073e28f96ff136 Mon Sep 17 00:00:00 2001 From: "Andrea Aramini, INI-MBM-BNC (EXT)" Date: Fri, 29 Mar 2024 09:36:07 +0100 Subject: [PATCH] :alembic: experiment(ci/cd): rollback edits --- .github/workflows/main.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ebe863e..d1b57d2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -15,14 +15,13 @@ on: jobs: semver: permissions: - contents: write + contents: read actions: write - issues: write runs-on: ubuntu-latest outputs: new_tag_version: ${{ steps.tag_version.outputs.new_tag_version }} env: - GH_TOKEN: ${{ github.token }} + GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} steps: - uses: actions/checkout@v4 with: