Skip to content

Commit ea70ef6

Browse files
author
Andrea Aramini, INI-MBM-BNC (EXT)
committed
⚗️ experiment(ci/cd): rollback edits
1 parent 69ab62e commit ea70ef6

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/main.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,13 @@ on:
1515
jobs:
1616
semver:
1717
permissions:
18-
contents: write
18+
contents: read
1919
actions: write
20-
issues: write
2120
runs-on: ubuntu-latest
2221
outputs:
2322
new_tag_version: ${{ steps.tag_version.outputs.new_tag_version }}
2423
env:
25-
GH_TOKEN: ${{ github.token }}
24+
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
2625
steps:
2726
- uses: actions/checkout@v4
2827
with:

0 commit comments

Comments
 (0)