Skip to content

Commit

Permalink
token
Browse files Browse the repository at this point in the history
  • Loading branch information
Felipe Valdivia Vivar committed Sep 11, 2023
1 parent 519bd28 commit fcb0a20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release-please.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@ jobs:
name: Install Octokit
- id: change-finder
uses: actions/github-script@v6.4.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |
const { Octokit } = require("@octokit/action");
const octokit = new Octokit()
Expand Down
1 change: 0 additions & 1 deletion modules/project/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,4 @@ terraform {
version = "~> 4.28"
}
}

}

0 comments on commit fcb0a20

Please sign in to comment.