Skip to content

Commit

Permalink
fix: update sha workflow reference
Browse files Browse the repository at this point in the history
  • Loading branch information
victorggonzalez committed Jul 11, 2022
1 parent f92c153 commit 118c489
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cdelivery-s3-caller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
graasp-deploy-s3-workflow:
name: Graasp Player
uses: graasp/graasp-deploy/.github/workflows/cdelivery-s3.yml@main
uses: graasp/graasp-deploy/.github/workflows/cdelivery-s3.yml@5976045215b3db442504fdfecf3255fcb5d96fab
with:
build-folder: 'build'
tag: ${{ github.event.client_payload.tag }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cintegration-s3-caller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
graasp-deploy-s3-workflow:
name: Graasp Player
# Reference reusable workflow file. Using the commit SHA is the safest for stability and security
uses: graasp/graasp-deploy/.github/workflows/cintegration-s3.yml@5049607f97ad484178fe228673f1802974af834f
uses: graasp/graasp-deploy/.github/workflows/cintegration-s3.yml@5976045215b3db442504fdfecf3255fcb5d96fab
with:
build-folder: 'build'
secrets:
Expand Down

0 comments on commit 118c489

Please sign in to comment.