Skip to content

Commit

Permalink
Fix wrong vars/secrets in action
Browse files Browse the repository at this point in the history
Signed-off-by: BOUHOURS Antoine <antoine.bouhours@rte-france.com>
  • Loading branch information
antoinebhs committed Nov 5, 2024
1 parent 8ef7ee6 commit f7afbf7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
id: app-token
name: Generate app token
with:
app-id: ${{ vars.GRIDSUITE_ACTIONS_APPID }}
private-key: ${{ secrets.GRIDSUITE_ACTIONS_SECRET }}
app-id: ${{ vars.POWSYBL_ACTIONS_APPID }}
private-key: ${{ secrets.POWSYBL_ACTIONS_SECRET }}

- name: Checkout sources
uses: actions/checkout@v4
Expand Down

0 comments on commit f7afbf7

Please sign in to comment.