Skip to content

Commit

Permalink
[actions] Include action secrets in environments
Browse files Browse the repository at this point in the history
This commit updates the workflows to include the secrets
in environments to have more control over the execution.

Signed-off-by: Jose Javier Merchante <jjmerchante@bitergia.com>
  • Loading branch information
jjmerchante committed Oct 20, 2022
1 parent 816a5ce commit 61aee6b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/grimoirelab-release.yml
@@ -1,4 +1,4 @@
name: grimoirelab-release
name: GrimoireLab release

on:
workflow_dispatch:
Expand Down Expand Up @@ -320,6 +320,7 @@ jobs:
grimoirelab:
name: Grimoirelab
runs-on: ubuntu-latest
environment: grimoire-release
needs:
- variables-job
- grimoirelab-toolkit
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release-grimoirelab-component.yml
Expand Up @@ -53,6 +53,7 @@ on:
jobs:
release:
runs-on: ubuntu-latest
environment: grimoire-release
outputs:
version: ${{ steps.version.outputs.version }}
package_version: ${{ steps.version.outputs.package_version }}
Expand Down

0 comments on commit 61aee6b

Please sign in to comment.