Skip to content

Commit d024a61

Browse files
change token
1 parent e06d785 commit d024a61

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/CD.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Publish Docker image
2-
on:
2+
on:
33
release:
44
types: [created, published]
55

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
id: create_release
4444
uses: actions/create-release@v1
4545
env:
46-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
46+
GITHUB_TOKEN: ${{ secrets.MY_GITHUB_TOKEN }}
4747
with:
4848
tag_name: ${{ github.ref }}
4949
release_name: Release ${{ github.ref }}

0 commit comments

Comments
 (0)