We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73d3a57 commit f62f536Copy full SHA for f62f536
.github/workflows/tag-from-version.yml
@@ -12,6 +12,8 @@ on:
12
jobs:
13
create_tag:
14
runs-on: ubuntu-24.04
15
+ permissions:
16
+ contents: write
17
steps:
18
# Checkout the repository
19
- name: Checkout repository
@@ -36,6 +38,5 @@ jobs:
36
38
run: |
37
39
git config user.name cisco-service
40
git config user.email 111539563+cisco-service@users.noreply.github.com
- git remote set-url origin https://${GH_TOKEN}@github.com/${{ github.repository }}
41
git tag $version
- git push origin $version
42
+ git push origin $version
0 commit comments