Skip to content

Commit

Permalink
Update request.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
3846masa authored Mar 24, 2024
1 parent 469c545 commit 6b7f49a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ jobs:
-f content=+1
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
with:
script: |
core.exportVariable('ACTIONS_RESULTS_URL', process.env.ACTIONS_RESULTS_URL);
core.exportVariable('ACTIONS_RUNTIME_TOKEN', process.env.ACTIONS_RUNTIME_TOKEN);
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # renovate: tag=v4.1.2
with:
repository: CyberAgentHack/web-speed-hackathon-2024-scoring-tool-workspace
Expand Down

0 comments on commit 6b7f49a

Please sign in to comment.