mirror of
https://github.com/GameServerManagers/LinuxGSM.git
synced 2025-01-08 12:07:37 +08:00
build(deps): bump webfactory/ssh-agent from 0.7.0 to 0.8.0 (#4151)
* chore: auto add game server requests to gh project * build(deps): bump webfactory/ssh-agent from 0.7.0 to 0.8.0 Bumps [webfactory/ssh-agent](https://github.com/webfactory/ssh-agent) from 0.7.0 to 0.8.0. - [Release notes](https://github.com/webfactory/ssh-agent/releases) - [Changelog](https://github.com/webfactory/ssh-agent/blob/master/CHANGELOG.md) - [Commits](https://github.com/webfactory/ssh-agent/compare/v0.7.0...v0.8.0) --- updated-dependencies: - dependency-name: webfactory/ssh-agent dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Daniel Gibbs <me@danielgibbs.co.uk> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
69468d333a
commit
e61a38bc5c
17
.github/workflows/add-to-project.yml
vendored
Normal file
17
.github/workflows/add-to-project.yml
vendored
Normal file
@ -0,0 +1,17 @@
|
||||
name: Add to project
|
||||
on:
|
||||
issues:
|
||||
types:
|
||||
- opened
|
||||
- labeled
|
||||
|
||||
jobs:
|
||||
add-to-project:
|
||||
name: Add game server requests to project
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/add-to-project@v0.4.0
|
||||
with:
|
||||
project-url: https://github.com/orgs/GameServerManagers/projects/11
|
||||
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}
|
||||
labeled: "type: game server request"
|
4
.github/workflows/git-sync.yml
vendored
4
.github/workflows/git-sync.yml
vendored
@ -10,8 +10,8 @@ jobs:
|
||||
GitHub-to-Bitbucket:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: webfactory/ssh-agent@v0.7.0
|
||||
uses: webfactory/ssh-agent@v0.7.0
|
||||
- name: webfactory/ssh-agent@v0.8.0
|
||||
uses: webfactory/ssh-agent@v0.8.0
|
||||
with:
|
||||
ssh-private-key: ${{ secrets.BITBUCKET_SECRET }}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user