Skip to content

Commit 92a5c47

Browse files
authored
Merge pull request #25 from player-ui/updateSecrets
Update env for correct secret
2 parents 7579c9a + 1576352 commit 92a5c47

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: auto version
3434
run: pnpm release
3535
env:
36-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
36+
GH_TOKEN: ${{ secrets.GH_TOKEN }}
3737

3838

3939
release:

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# v0.1.1 (Mon Aug 19 2024)
2+
3+
#### 🐛 Bug Fix
4+
5+
- updated to use correct secret ([@mercillo](https://github.com/mercillo))
6+
7+
#### Authors: 1
8+
9+
- Marlon "Marky" Ercillo ([@mercillo](https://github.com/mercillo))
10+
11+
---
12+
113
# v0.0.14 (Mon Aug 19 2024)
214

315
#### ⚠️ Pushed to `main`

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "browser-devtools",
33
"displayName": "Player ui devtools",
4-
"version": "0.0.13",
4+
"version": "0.0.14",
55
"description": "Player UI devtools browser extension",
66
"author": "Rafael Campos <[email protected]>",
77
"scripts": {

0 commit comments

Comments
 (0)