Skip to content

Commit 3363d42

Browse files
authored
fix(ci): Use correct nameing for github token (#82)
Signed-off-by: Alexander Dahmen <alexander.dahmen@inovex.de>
1 parent fa10062 commit 3363d42

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/check-upgrade-provider.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
env:
2-
GH_TOKEN: ${{ secrets.GH_TOKEN }}
2+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
33
jobs:
44
upgrade_provider:
55
name: upgrade-provider

.github/workflows/upgrade-provider.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
env:
2-
GH_TOKEN: ${{ secrets.GH_TOKEN }}
2+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
33
jobs:
44
upgrade_provider:
55
if: ${{ (contains(github.event.issue.title, 'Upgrade terraform-provider-')) || github.event_name == 'workflow_dispatch' }}

0 commit comments

Comments
 (0)