Skip to content

Commit

Permalink
Update actions/add-to-project action to v1
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Apr 11, 2024
1 parent e1a9bb0 commit 649e6b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/projects-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: GitHubSecurityLab/actions-permissions/monitor@v1
with:
config: ${{ vars.PERMISSIONS_CONFIG }}
- uses: actions/add-to-project@v0.6.0
- uses: actions/add-to-project@v1.0.1
with:
project-url: https://github.com/orgs/portefaix/projects/6
github-token: ${{ secrets.ACTIONS_PAT }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/projects-pull-requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: GitHubSecurityLab/actions-permissions/monitor@v1
with:
config: ${{ vars.PERMISSIONS_CONFIG }}
- uses: actions/add-to-project@v0.6.0
- uses: actions/add-to-project@v1.0.1
with:
project-url: https://github.com/orgs/portefaix/projects/6
github-token: ${{ secrets.ACTIONS_PAT }}
Expand Down

0 comments on commit 649e6b8

Please sign in to comment.