Skip to content

Commit c37633e

Browse files
(PE-42498) use different secret
1 parent f8d6881 commit c37633e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-add-compiler-matrix.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ jobs:
3232
BOLT_GEM: true
3333
BOLT_DISABLE_ANALYTICS: true
3434
LANG: en_US.UTF-8
35-
PUPPET_FORGE_TOKEN: ${{ secrets.FORGE_API_KEY }}
36-
BUNDLE_RUBYGEMS___PUPPETCORE__PUPPET__COM: forge-key:${{ secrets.FORGE_API_KEY }}
35+
PUPPET_FORGE_TOKEN: ${{ secrets.PUPPET_FORGE_API_TOKEN }}
36+
BUNDLE_RUBYGEMS___PUPPETCORE__PUPPET__COM: forge-key:${{ secrets.PUPPET_FORGE_API_TOKEN }}
3737
strategy:
3838
fail-fast: false
3939
matrix:

0 commit comments

Comments
 (0)