We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8de38a7 commit ea85c3dCopy full SHA for ea85c3d
.github/workflows/tag-changes.yml
@@ -12,12 +12,6 @@ jobs:
12
uses: actions/checkout@v2
13
with:
14
fetch-depth: 0
15
- - name: Generate Token
16
- uses: tibdex/github-app-token@v1
17
- id: generate-token
18
- with:
19
- app_id: ${{ secrets.APP_ID }}
20
- private_key: ${{ secrets.APP_PRIVATE_KEY }}
21
- name: Check for changes # checks if there are changes since the last tag
22
id: check-changes
23
run: |
@@ -38,6 +32,6 @@ jobs:
38
32
- uses: mathieudutour/[email protected]
39
33
if: steps.check-changes.outputs.version != ''
40
34
41
- github_token: ${{ steps.generate-token.outputs.token }}
35
+ github_token: ${{ secrets.GITHUB_TOKEN }}
42
36
custom_tag: '${{ steps.bump-semver.outputs.new_version }}'
43
37
release_branches: 'main'
0 commit comments