Skip to content

Commit

Permalink
55037 set output deprecation (#58494)
Browse files Browse the repository at this point in the history
* Automatic updates for gh-actions

* Update references to gh-actions

---------

Co-authored-by: Christopher Floess <[email protected]>
  • Loading branch information
flooose and Christopher Floess authored May 19, 2023
1 parent cd089dc commit 491d599
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/offboarding-request.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ _The following steps are performed by the **Platform Support** team. Detailed in
- [ ] AWS Access removed (if applicable. Search their name in [AWS IAM](https://console.amazonaws-us-gov.com/iamv2/home#/home))
> Use the [Remove SOCKS and AWS access Github Workflow](https://github.com/department-of-veterans-affairs/devops/actions/workflows/offboarding.yml) to remove user's entry from DSVA AWS. You'll need the user's AWS username (typically `First.Last`).
- [ ] User removed from the VA GitHub Org (if applicable. Check [department-of-veterans-affairs/people](https://github.com/orgs/department-of-veterans-affairs/people))
> Fill out request found [here](https://github.com/department-of-veterans-affairs/github-user-requests/issues/new?assignees=&labels=remove-user&template=user-remove.yml&title=Remove+User+from+Org%3A+%5Busername%5D).
> Fill out request found [here](https://github.com/department-of-veterans-affairs/github-user-requests/issues/new?assignees=&labels=remove-user&template=user-remove.yml&title=Remove+User+from+Org%3A+%5Busername%5D).
- [ ] Pagerduty access removed (if applicable. Check [pd users](https://dsva.pagerduty.com/users-new))
- [ ] [Okta account](https://vfs.atlassian.net/wiki/spaces/OT/pages/2532508159/Offboarding+users+from+Okta) disabled (if applicable)
- [ ] [Datadog account](https://vfs.atlassian.net/wiki/spaces/OT/pages/2526282894/Offboarding+Users+from+Datadog) disabled (if applicable. Check [Datadog users](https://vagov.ddog-gov.com/organization-settings/users))
Expand Down
7 changes: 7 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
# Check for updates to GitHub Actions every week
interval: "weekly"
2 changes: 1 addition & 1 deletion products/facilities/mapbox/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ So, the process by which the keys are fetched from AWS Parameter Store and ultim
1. Fetch from AWS Parameter Store in required workflows (e.g. [continuous-integration](https://github.com/department-of-veterans-affairs/vets-website/blob/8de1ed2fa5b6a462323c2c482e6e2115ac666556/.github/workflows/continuous-integration.yml#L61), [e2e-tests](https://github.com/department-of-veterans-affairs/vets-website/blob/8de1ed2fa5b6a462323c2c482e6e2115ac666556/.github/workflows/e2e-tests.yml#L104))
```
- name: Get Mapbox Token
uses: marvinpinto/action-inject-ssm-secrets@v1.2.1
uses: department-of-veterans-affairs/action-inject-ssm-secrets@d8e6de3bde4dd728c9d732baef58b3c854b8c4bb # latest
with:
ssm_parameter: /dsva-vagov/vets-website/dev/mapbox_token
env_variable_name: MAPBOX_TOKEN
Expand Down
2 changes: 1 addition & 1 deletion products/identity/Mocked Authentication/Mockdata/sync.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The key is stored in parameter store - `/dsva-vagov/vets-api/staging/mockdata_s

#### Inject the api_key into the workflow:
```yml
- uses: marvinpinto/action-inject-ssm-secrets@v1.1.1
- uses: department-of-veterans-affairs/action-inject-ssm-secrets@d8e6de3bde4dd728c9d732baef58b3c854b8c4bb # latest
with:
ssm_parameter: /dsva-vagov/vets-api/staging/mockdata_sync_api_key
env_variable_name: MOCKDATA_API_KEY
Expand Down

0 comments on commit 491d599

Please sign in to comment.