Skip to content

Commit 5f089b2

Browse files
Updating github-token (#17)
1 parent 4bfb942 commit 5f089b2

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/push.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
id: generate_tag
2727
uses: anothrNick/github-tag-action@1.26.0
2828
env:
29-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
29+
GITHUB_TOKEN: ${{ secrets.STAKATER_GITHUB_TOKEN }}
3030
WITH_V: true
3131
RELEASE_BRANCHES: master
3232
DEFAULT_BUMP: patch
@@ -61,7 +61,7 @@ jobs:
6161
- name: Push Latest Tag
6262
uses: anothrNick/github-tag-action@1.26.0
6363
env:
64-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
64+
GITHUB_TOKEN: ${{ secrets.STAKATER_GITHUB_TOKEN }}
6565
WITH_V: true
6666
RELEASE_BRANCHES: master
6767
DEFAULT_BUMP: patch
@@ -70,7 +70,7 @@ jobs:
7070
if: failure()
7171
uses: mshick/add-pr-comment@v1
7272
env:
73-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
73+
GITHUB_TOKEN: ${{ secrets.STAKATER_GITHUB_TOKEN }}
7474
with:
7575
message: '@${{ github.actor }} Yikes! You better fix it before anyone else finds out! [Build](https://github.com/${{ github.repository }}/commit/${{ github.event.pull_request.head.sha }}/checks) has Failed!'
7676
allow-repeats: false
@@ -82,5 +82,5 @@ jobs:
8282
status: ${{ job.status }}
8383
fields: repo,author,action,eventName,ref,workflow
8484
env:
85-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
85+
GITHUB_TOKEN: ${{ secrets.STAKATER_GITHUB_TOKEN }}
8686
SLACK_WEBHOOK_URL: ${{ secrets.STAKATER_DELIVERY_SLACK_WEBHOOK }}

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
id: create_release
2020
uses: actions/create-release@v1
2121
env:
22-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
22+
GITHUB_TOKEN: ${{ secrets.STAKATER_GITHUB_TOKEN }}
2323
with:
2424
tag_name: ${{ github.ref }}
2525
release_name: ${{ github.ref }}

0 commit comments

Comments
 (0)