You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the new action, you need to add the [`permissions`](https://docs.github.com/en/actions/using-jobs/assigning-permissions-to-jobs) configuration:
45
-
46
-
```yml
47
-
jobs:
48
-
tags:
49
-
runs-on: ubuntu-latest
50
-
permissions:
51
-
contents: write
52
-
steps:
53
-
- name: Create Tag
54
-
id: create_tag
55
-
uses: jaywcjlove/create-tag-action@main
56
-
if: env.previous_tag
57
-
with:
58
-
test: '[R|r]elease[d]\s+[v|V]\d(\.\d+){0,2}'
59
-
```
44
+
> [!WARNING]
45
+
> In the new action, you need to add the [`permissions`](https://docs.github.com/en/actions/using-jobs/assigning-permissions-to-jobs) configuration:
0 commit comments