Skip to content

Commit ee3f67f

Browse files
committed
feat: update workflow
1 parent 3c4a279 commit ee3f67f

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,14 @@ jobs:
2121

2222
# specify the environment variables used by the packager, matching the secrets from the project on GitHub
2323
env:
24-
CF_API_KEY: ${{ secrets.CF_API_KEY }}
25-
WOWI_API_TOKEN: ${{ secrets.WOWI_API_TOKEN }}
26-
WAGO_API_TOKEN: ${{ secrets.WAGO_API_TOKEN }}
27-
GITHUB_OAUTH: ${{ secrets.GH_TOKEN }}
24+
GITHUB_OAUTH: ${{ secrets.GITHUB_TOKEN }}
2825

2926
# "steps" holds a list of all the steps needed to package and release our AddOn
3027
steps:
3128

3229
# we first have to clone the AddOn project, this is a required step
3330
- name: Clone project
34-
uses: actions/checkout@v3
31+
uses: actions/checkout@v6
3532
with:
3633
fetch-depth: 0 # gets git history for changelogs
3734

0 commit comments

Comments
 (0)