Skip to content

Commit

Permalink
Merge pull request #149 from githubabcs/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/github-script-7

Bump actions/github-script from 6 to 7
  • Loading branch information
CalinL committed Feb 8, 2024
2 parents a103899 + 2079983 commit be39ea5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/github-script.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
comment:
runs-on: ubuntu-latest
steps:
- uses: actions/github-script@v6
- uses: actions/github-script@v7
with:
github-token: ${{secrets.GITHUB_TOKEN}}
script: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/review-pending-deployments.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
permissions: "actions:write,contents:read,deployments:read"

- name: Get pending deployments
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
github-token: ${{steps.get_workflow_token.outputs.token}}
script: |
Expand All @@ -55,7 +55,7 @@ jobs:
console.log(result.data[0].environment)
- name: ${{github.event.inputs.state}}
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
#github-token: ${{steps.get_workflow_token.outputs.token}}
github-token: ${{secrets.GITHUB_TOKEN}}
Expand Down

0 comments on commit be39ea5

Please sign in to comment.